Something happened to my laptop recently and whenever I booted it up, it freezes and my cap locks button blinks. I did a little googling on this and it appears that it is caused due to a kernel panic. This might have been caused by me removing my SD card while it was formatting.
My question is this: I have downloaded a new Ubuntu image and booted to my USB and I am trying to save some of the files on my laptop before I reformat it since I can't seem to fix the kernel panic. When I boot in the USB and go to "Try It", I am able to load up my HD. (I have encrypted the HD and encrypted my Home Folder). I enter the password to mount the HD but I am unable to access the home folder. Is this because of when I encrypted the home folder as well? If so, I do not get a prompt to enter the password. How would I be able to access the home folder? Thanks!
sudo ls /tmp/ecryptfs...
should let you see them in a terminal, or running your file manager as root / with sudo should work too. I think runningsudo nautilus
should do it. – Xen2050 Jul 01 '15 at 10:53sudo ls /tmp/ecryptfs...
only revealsAccess-Your-Private-Data.desktop
&README.txt
I guess the only way is to open up the .desktop file... however when Isudo nautilus
into the folder clicking it does nothing. – NuWin Jul 03 '15 at 04:49ecryptfs-recover-private
command are strange, it's as if the always-visible "fake" home folder contents were encrypted by eCryptFS... maybe it was set up strangely. But, maybe there's other encrypted home folders, you can tellecryptfs-recover-private
to try decrypting a specific folder, maybe it's not getting the right one. I don't know what else to try... maybe try Disk Usage Analyzer (baobab) and see if the actual home folder is somewhere else (guessing from it's size)? – Xen2050 Jul 07 '15 at 07:45