PDA

View Full Version : newbie with problem booting Linux



Fifigunit
01-03-2005, 12:44 AM
Hi
I'm trying to boot up Linux but i get the following error:

/etc/fstab does not contain the fsck passno field. I will kludge around things for you, but you should fix your /etc/fstab/ file as soon as you can.

then it goes on saying...

fsck.etc2 Is a directory
while trying to open /:
/:
the superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock :
etfsck -b 8193 <device>

fsck failed. Please repair manually and reboot.

Does anyone know what I can do to solve this problem????
thanks!!!

Fifigunit
01-04-2005, 12:32 AM
can anyone help???? :shock:
thanks!!!

eon
01-04-2005, 03:46 PM
Did you edit your fstab or have a poweroutage/system crash? Has the system worked previously?

You could check out the response in this thread: http://www.linode.com/forums/archive/o_t/t_580/recovering_superblock.html

Also take a look at 'man fsck' if you can. If you can log into the command line you might try
'fsck -A' (edit) Actually since you are most likely using ext2 or ext3 filesystem try 'man e2fsck' Good luck!