3

I'm trying to access some files in my home directory on my macbook, using the terminal on recovery mode. In a normal boot, I can do:

sudo chflags nohidden /Users

to unhide the Users folder, but this is not working on recovery mode. I've tried this:

diskutil list

but no encrypted and/or offline Volumes appear. Does someone know how can I access my files?

1 Answer 1

9

Ok, so I just needed to mount the partition from Disk Utility, using File->Mount with the correct partition selected. After that, I can access my data.

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