is there a way to stop mac osx disk encryption in progress?

42

15

I chose a 1T external drive for time machine and checked the "encrypt backups" option. I thought it will only encrypt the backups, but as it seems it is now encrypting the whole drive which has quite some data on it and is not SSD ;). Is there a way to cancel the encryption process? I turned off Time Machine and chose another drive for it.

Vitaly Kushner

Posted 2012-08-14T22:34:38.570

Reputation: 1 360

1Whatever you do, let the process finish, backup everything, then tinker with the settings. If you mess up while your files are encrypted, you are royally screwed. – Thomas – 2012-08-15T00:22:49.877

2This is my only real complaint with OSX. Once the process is started some machines basically become unusable. It shouldn't be this easy to render my workstation unusable for the next 3 days: This is OSX and it's not Linux, they are supposed to be protecting me from myself. Until now I've never thought twice about clicking a dialog in OSX. Thanks Apple. – Nathan C. Tresch – 2012-09-30T23:56:31.473

Answers

48

Yes, in 10.9+ you can roll it back while its busy encrypting

diskutil cs revert /Volumes/title_drive -passphrase

You will then be promted with the OS X password unlock/decrypt dialog. After that it starts decrypting. The title_drive you can look up with diskutil list or ls -al /Volumes

Check the status with

diskutil cs list

Look for "Conversion Progress" and check if "Conversion Direction:" is set to "backward"

Sanne

Posted 2012-08-14T22:34:38.570

Reputation: 618

What if I forgot my passphrase? :-/ Guess I will have to unplug the drive and wipe the GPT on a Linux box... :) – Lester Cheung – 2015-05-19T12:24:14.160

1If you have a bootable usb key you could run disk utility and delete the disk partition there and repartition it. But of course you lose all data. I don't know if the rescue partition is accessible without unlocking the drive, I thought FF2 was full disk encryption instead of only individual partitions. – Sanne – 2015-05-19T16:00:46.130

Thanks - went with the Linux route because it's an external drive. Cheers! – Lester Cheung – 2015-05-20T11:32:44.500

@Sanne Yes, the recovery partition is available without unlocking the system disk (partition). The Apple_Boot partition is separate and does not require unlocking. – Christopher Schultz – 2015-12-27T05:10:42.560

This didn't work for me -- I got the error "Error: -69750: Unable to modify a FileVault context". Any idea what went wrong? – Chill2Macht – 2016-05-18T17:44:39.877

2@William Too late for you, I know, but I had the same problem and managed a fix: open Disk Utility; first aid the partition; open a new System Preferences window; navigate to FileVault; disconnect and reconnect power cable. The panel should now say 'Decrypting...' – yellow-saint – 2016-07-01T23:20:43.363

3It no longer works for macOS High Sierra. – Dmitry Semenyuk – 2018-01-05T19:51:20.507

1My status was Pending and progress was Paused. Rebooting got things going again. – Ryan H. – 2018-03-31T17:50:28.390

-3

  • Restart.

  • Then reset pram with option+cmd+p+r.

  • Booting with cmd+r the utility disc (I have a macintosh HD and one partition encrypted (the one with encoding paused)) >select the partition encrypted>click file and unlock>repair the partition disk>repair permission on partition>repair Macintosh HD. Restart.

  • The encryption will be resumed.

Aaqib

Posted 2012-08-14T22:34:38.570

Reputation: 1

This answers a different question. – Chris Page – 2017-12-02T02:24:32.580