note to self : don’t interrupt FileVault
I enabled FileVault on my MBP and cancelled the conversion when I saw how long it was going to take. When I tried to re-enable it again today, I got an error saying
could not create filevault disk image
Google wasn’t very helpful, so I’m noting down the fix here, which is:
sudo rm -r /Users/Shared/username.sparsebundle
Turns out FileVault doesn’t use encrypted .dmgs(because they’re fixed size) but instead has a directory called username.sparsebundle (.sparseimage, pre-Leopard) that does the same job.This is initially created as /Users/shared/username.sparsebundle ,populated and only moved into place once the old home directory is deleted.
Trackbacks
Use this link to trackback from your own site.
How can I save the old directory?
@Michael: just create another admin user, log in as them, and then copy your original home directory to one side.
That does sort of miss the point of securing the homedir in the first place though.