OP, I trust you but I am doing something wrong. I am logged in as route and I cannot get it to go. When I go into my pc control center and go to Manage Disk Partitions and here is what i got for info
Device: sda7
Type: Linux native (0x83)
Start: sector 492520833
Size: 100GB (21%), 210547827 sectors
Cylinder 30658 to 43763
NOw the partitions for windows xp are on the front, and linux is on the last 3 partitions. Never the less, I changed the code different ways and I still get the same results. Let me show you what I am entering
fsck -fy /dev/sdc7
where "c" should be how the hd is listed, the 7 as the partition. I had tried to add just the sd7 and sda7 and it still gives me this error
[root@localhost root]# fsck -fy /dev/sdc1
fsck from util-linux-ng 2.18
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext2: No such file or directory while trying to open /dev/sdc1
Possibly non-existent device?
[root@localhost root]# fsck -fy /dev/sdc7
fsck from util-linux-ng 2.18
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext2: No such file or directory while trying to open /dev/sdc7
Possibly non-existent device?
[root@localhost root]#
I know I am entering wrong. You or Mr. Brick will let me know.
tks
David