up vote 2 down vote favorite
share [g+] share [fb]

My macbook has recently gone up in flames, mostly, and I now find myself in the position of attempting to recover data from its drive.

I was using file vault to protect almost all of my data. How would I go about retrieving data from the file vault, now that I no longer have a laptop to plug it into?

link|improve this question

I can't help you, but I guess it's important to know: I assume you still know the password? – Arjan Jan 8 '10 at 14:50
feedback

2 Answers

up vote 2 down vote accepted

This assumes that the hard drive is physically intact. This came up on the Apple Discussion Boards for 10.5. Put the drive into a 2.5" enclosure and hook it up to another Mac. Use an Admin account (call it user2) to mount user1's FileVault using the following command in Terminal:

sudo hdiutil attach /Volumes/UpInFlames/Users/user1/user1.sparsebundle

where UpInFlames is the volume name of your MacBook drive. You'll need the password of the user2 as well as the password on the sparsebundle.

link|improve this answer
feedback

Once the drive is accessible, for example, as fideli pointed out in a external drive case... You should be able to just go to the users folder on the drive, and double click on the file vault disk image.... The Disk Mount should then request the password, and then Bob's your uncle...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.