[QUOTE=Brown Eyed Girl]
I installed the bad hd and tried to mountallfs, it failed to mount /dev/hdb5 and /dev/hdb6:
“NTFS is either inconsistent or you have hardware faults, or you have a SoftRAID/FakeRAID hardware. In the first case, run chkdsk /f on Windows then reboot to Windows TWICE…”
(Obviously, since I can’t run Windows with this disk plugged in I’m not sure how to accomplish that. I don’t know what SoftRAID/FakeRAID hardware is. If hardware faults, I guess I’m dead in the water, eh?)
Then this:
Result of mounting:
[root@trk]: (~)y
-bash: y: command not found
What does that mean?
[/QUOTE]
I didn’t use mountallfs - it is probably a bash script that pipes text characters into the input buffer of some mount commands. When it failed on your partitions, a “y” character got left in the buffer after the script exited, then the “y” ended up dumped on the command line, and failed again as there is no command named y. Ignore.
I would not worry about the SoftRAID/FakeRAID message - it is a default message for when the NTFS filesystem driver really cannot get anywhere with understanding the filesystem. SoftRAID/FakeRAID systems can distribute bits of the filesystem across drives in odd ways, and the NTFS driver has no way of knowing what has been done, so it warns you and gives up.
OK, so you have had an issue with hdb5 and hdb6. Did you check any other partitions to see if they mounted?
type mount to see what mounted and where.
I’m guessing, but
/dev/hdb1 could be the factory restore partition
/dev/hdb2 could be the Windows boot partition
/dev/hdb3 could be a D: drive
/dev/hdb4 will be the extended partition container
then /dev/hdb5 and /dev/hdb6 will be additional drives. But it seems like a lot - did you have 4 drives available on the computer originally?
There is a force option to mount mount /dev/hdb5 /mnt1 -o force may work.
Of course, the drive may be totally inaccessible. Take a look at building a BartPE winXP boot disk - you need a CDRom, some space, and an XP install disk. It will be slower than TRK, and there is a bit of a risk, but it may let you repair the dodgy volumes.
Si