17
2
I was going to install Fedora 15 along side my Windows 7 Starter on my Acer Apire One D255E and at some point during the resizing of the NTFS partition (the one with Windows on it) the setup failed. Now I cannot access this partition from any OS. When I tried to access it from a Fedora install running on a USB flashdrive I get this error:
Error mounting: mount exited with exit code 12: Failed to read last sector (452534271):
Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sda5': Invalid argument
The device '/dev/sda5' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
It doesn't make a lot of sense to me but I was really hoping it would to someone and they can give me a way to restore the partition without losing everything on it (I have a lot of important notes from various classes on there)?
Have you tried mounting it in a different windows install? – Kirk – 2011-06-17T23:57:04.730
2Make an image and then screw with it. – KCotreau – 2011-06-18T00:30:24.040
What do you mean by a different windows install? I have tried putting an XP install disk in there to see if I could use it to run chkdsk but it didn't work. – Gareth – 2011-06-18T00:47:30.497
You can try Test Disk: http://www.cgsecurity.org/wiki/TestDisk. If it fixes it, resize your partition in Windows, not Linux. Or use VirtualBox and run Linux in a vm.
– Joe Internet – 2011-06-18T01:08:25.283