Hello,
I tried to mount a Mac OS SSD into my Macbook Pro to recover some files and at first, my Mac saw the drive and everything was fine, then I unmounted and have not been able to get back in it.
As it turns out, my Macbook converted the drive to a CoreStorage drive but when I try to revert it gives me
Error: -69854: A disk with a mount point is required.
Here is what it looks like now:
	
	
	
		
	
	
	
		
I don't have to revert it but I thought that would let me access it.
Bottom line, I need to access the data on the drive to copy it to another machine.
	
		
			
		
		
	
				
			I tried to mount a Mac OS SSD into my Macbook Pro to recover some files and at first, my Mac saw the drive and everything was fine, then I unmounted and have not been able to get back in it.
As it turns out, my Macbook converted the drive to a CoreStorage drive but when I try to revert it gives me
Error: -69854: A disk with a mount point is required.
Here is what it looks like now:
		Code:
	
	OSX-Work:~ chris$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group 295D7810-5A9A-4980-A694-C7FA89CB03F7
    =========================================================
    Name:         Macintosh HD
    Status:       Online
    Size:         120473067520 B (120.5 GB)
    Free Space:   12656640 B (12.7 MB)
    |
    +-< Physical Volume 6F497025-976E-41F8-8534-BCDE4F0D5DE1
    |   ----------------------------------------------------
    |   Index:    0
    |   Disk:     disk3s2
    |   Status:   Online
    |   Size:     120473067520 B (120.5 GB)
    |
    +-> Logical Volume Family 84F362BA-84DE-40C5-AE48-070BE71F096D
        ----------------------------------------------------------
        Encryption Type:         None
        |
        +-> Logical Volume 673E813F-8DC7-4418-80A0-E1C3D899641D
            ---------------------------------------------------
            Disk:                  disk4
            Status:                Online
            Size (Total):          120108089344 B (120.1 GB)
            Revertible:            Yes (no decryption required)
            LV Name:               Macintosh HD
            Volume Name:           Macintosh HD
            Content Hint:          Apple_HFS
	
		Code:
	
	OSX-Work:~ chris$ sudo diskutil cs revert 673E813F-8DC7-4418-80A0-E1C3D899641D
Password:
Started CoreStorage operation on disk4 Macintosh HD
Error: -69854: A disk with a mount point is required
	I don't have to revert it but I thought that would let me access it.
Bottom line, I need to access the data on the drive to copy it to another machine.