stupid_idiot
Group: Members
Posts: 344
Joined: Oct. 2006 |
|
Posted: July 14 2007,04:49 |
|
Quote (CAPTAIN RON N FL @ July 14 2007,04:17) | FAT: Did not find valid FSINFO signature. Found signature1 0x4e0005 signature2 0xc6e8000 sector=1. VFS: Can't find a valid FAT filesystem on dev 08:01. NTFS: Invalid $mft record zero. Fat: Did not find valid FSINFO signature. Found signature1 0x4e0005 signature2 0xd6e8000 sector=1. VFS: Can't find a valid FAT filesystem on dev 03:01. Fat: Did not find valid FSINFO signature. Found signature1 0x4e0005 signature2 0xd6e8000 sector=1. VFS: Can't find a valid FAT filesystem on dev 03:01. |
As you can see, there are 3 'Found signature [...]' lines. The 3 external drives are being detected. The 'Invalid $mft' message should be due to a slight filesystem inconsistency caused by the improper shutdown. I think you should run Window's `chkdsk` program on all 3 drives. It looks like a minor problem, and there is a good chance a filesystem check will solve it. Assuming you have the Windows XP CD with you, you should boot up from it, proceed to choose 'Start Recovery Console', and run: e.g. (depending on drive letters of the usb drives) `chkdsk /f C:` or `chkdsk /f E:` etc.
If this succeeds, you can reboot into Windows XP and start restoring your data (assuming your Windows installation is still working).
If you plan to restore data from an NTFS filesystem to another NTFS filesystem (i.e. writing to NTFS) from within Linux, I would advise you not to use DSL or any other Linux that uses kernel 2.4.x. I do not know exactly how reliable the NTFS-write driver in the 2.4 kernel is, but if you look at the menu configuration for kernel compilation, the NTFS-write driver is flagged as 'Dangerous!'. On the other hand, the newer 'ntfs-3g' driver (which requires a Linux kernel 2.6.20 and later) is reputed to be 100% safe from filesystem corruption - It is said, for practical purposes, to be 100% safe to use (see here). Recently, I used ntfs-3g to write ~120G of backup data onto NTFS (on my friend's computer) and it worked very nicely.
To use the ntfs-3g driver, I recommend one of the LiveCD distributions that come loaded with ntfs-3g, especially one of the smaller LiveCDs meant for rescuing data - The one I know about is the quite-famous gparted.
|