You are not logged in.
Hey guys, i'm totally new to this kind of things and I encountered a problem. My hard drive died and my friend told me to use Slitaz 4.0 to copy my files before repairing it. So i did, started copying and wanted to continue next day. And now, one partition is not mounted and cannot be even though it was easily accessible yesterday.
That's what GParted says about it (added pic) : http://postimg.org/image/xkcmateub/
And when I click it in File Manger it says: The enclosing drive for the volume is locked.
Have no idea what to do to gain access to my files, as I said, I am completely new to this and am following only tutorials so now I cannot improvise. Any ideas?
Offline
In a terminal, type this and try to find messages about disk errors:
[c]dmesg|less[/c]
I advise that you search backwards: once you typed the command, hit Shift+G to go to the end of the messages, then scroll up with the up-arrow (line by line) or B (page by page).
What room do you have on your backup device? If it can hold 220 GB, do these commands after mounting it (the backup device):
[c]su
(type root password, it's "root" on the Live version)
dd if=/dev/sda5 of=/path/to/backup/partition_image.iso bs=1M[/c]
If this fails, your disk is *really* dying. Then you'll want to try ddrescue.
If your backup device is not big enough, maybe you can try what gparted advises (ntfsclone), but I don't know if it can make an image with only useful blocks (resulting in an image smaller than the original device).
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]