Quote:
Originally Posted by jomen
I thought you were using knoppix already...
1. from your failing system if you can - run:
and look for the partition's name it is complaining about - which one is it?
post the name and number - all you see...
if it is a reiserfs then try running:
Code:
reiserfsck --check /dev/_the_name_
if it is ext2 or ext3 run
Code:
fsck.ext2 -v -f /dev/_the_name or fsck.ext3 -v -f /dev/_the_name
respectively
If it complains about the partition still mounted - abort the procedure!
Does it work?
Can you get to the file /etc/fstab? If yes - post it!
until here for now...
|
Mount shows /dev/hda1 is "reiserfs"
reiserfsck --check /dev/hda1 returned: No corruptions found.
reiserfsck --fix-fixable /dev/hda1 returned: No corruptions found.
I can cat /etc/fstab but I have no way to get on a system with internet connect. So here is a had copy of it:
/dev/evms/lvm/system/root / reiserfsck acl,user_xattr 1 1
/dev/evms/hda1/boot / reiserfsck acl,user_xattr 1 2
/dev/evms/lvm/system/var / reiserfsck acl,user_xattr 1 2
/dev/evms/lvm/system/swap / swap pri=41 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrom /media/cdrom
The end.