After an improper shutdown, my Windows 7 stopped booting and instead displayed "The boot selection failed because a required device is inaccessible. Error code: 0xc000000e" When I plug the drive in as an external on a working computer, I get the message that the drive needs to be formatted. If I go into disk management, it lists that partition type as RAW.
However, when I use disk tools such as TestDisk 6.14, I am able to list and copy files. Also, the partition type is recognized as NTFS. This leads me to believe that there must be a way to fix this so that Windows can recognize it just like TestDisk does.
I also ran chkdsk /r on the drive and got the message "Unable to read the Usn Journal $J data stream".
Any ideas, anyone? FYI this is an SSD drive.
Have you tried to recover the partition table? Quoting the TestDisk wiki:
It's now possible to write the new partition structure.
Note: The extended partition is automatically set. TestDisk recognizes this using the different partition structure.
If all partitions are listed and only in this case, confirm at Write with Enter, y and OK.
Now, the partitions are registered in the partition table.
Update: If you open the disk with gparted or some similar tool, do you see the partitions as unformatted, or do you see the entire disk as unpartitioned space?
My guess is that you somehow lost the partition table, but your partitions might still be intact. In that case, try to:
dd
dd
again to write the part of the backup image that corresponds to the lost NTFS partition directly to the /dev/sd??
(Sorry, the above only applies to Linux systems, not sure how to do all that on a Windows machine.)
If the above did not work (and for that matter, if none of the things worked from the TestDisk tutorial), that probably means that the partition itself is damaged as well, in which case there's not much I can help you with, best is to try and save the files you need.
User contributions licensed under CC BY-SA 3.0