Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jayhawk11

macrumors 6502a
Original poster
Oct 19, 2007
775
283
Hey all,

Had FileVault 2 on for a while, and it's been great, but now I need to shut it off. I already shut it off in System Preferences and let it decrypt the drive.

Now, when I view it in DaisyDisk, Disk Utility or Terminal, the drive still displays as an encrypted volume. I've tried
Code:
diskutil coreStorage revert *UUID goes here*
but Terminal just gives me the following error:

"Error: -69741: The target disk isn't eligible for reversion because it wasn't created by conversion or it is not part of a simple setup of exactly one logical and one physical volume"

Anyone got ideas?
 
I had the exact same problem when trying to revert a separate volume which contained sensitive office documents. I had encrypted the volume originally using the terminal command but the decrypt command you provided gave me the same error message.
I was finally forced to (1) backup the volume to a firewire drive, (2) reformat the volume via disk utility without encryption and (3) recopy the original files. This method also is the fastest since encrypting an empty volume is instantaneous, and copying over the necessary files via firewire (or thunderbolt!) took me about half an hour for 80 GB of data.
 
I had the exact same problem when trying to revert a separate volume which contained sensitive office documents. I had encrypted the volume originally using the terminal command but the decrypt command you provided gave me the same error message.
I was finally forced to (1) backup the volume to a firewire drive, (2) reformat the volume via disk utility without encryption and (3) recopy the original files. This method also is the fastest since encrypting an empty volume is instantaneous, and copying over the necessary files via firewire (or thunderbolt!) took me about half an hour for 80 GB of data.

The only thing that I can think of is that maybe it had something to do with me having Boot Camp on that drive, too.

Weird.

I ended up using diskutil to kill the bootcamp partition, then was able to remove the encryption using
Code:
diskutil coreStorage revert
command
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.