Computing.Net > Forums > Linux > error in file system check

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

error in file system check

Reply to Message Icon

Name: tiyogi
Date: July 23, 2005 at 18:38:34 Pacific
OS: Win98/Fedora Core 2
CPU/Ram: 500
Comment:

This problem came about because I was editing my fstab so that my Win98 drive would automout at startup.

Checking root filesystem
fsck.ext3 : Uable to resolve 'Label=/'

*** An error has occured during the file system check.
*** Droping to a shell; the system will reboot.
Give password for maintanc
(or type Control-D to continue)

When I do presss the key the system comes back with
unmounting file system
Automatic reboot in progress

However all it does not it just sits there, it does not reboot.

Here is my FSTAB

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hdb4 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda1 /drive_c vfat auto,rw 0 0
/dev/hda2 /drive_d vfat auto,rw 0 0
/dev/hdb5 /drive_e vfat auto,rw 0 0
/dev/hdb6 /drive_f vfat auto,rw 0 0

I added the last four line, the directories are already make.

I was able edit the fstab and remove the 4 lines but it still will not work.

Any ideas??


Never say Never Romeo Void
Firefox 1.0
Thunderbird 1.0



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: July 25, 2005 at 02:49:34 Pacific
Reply:

Try stating the device explicitly rather than using its volume name. I am guessing that your boot and root partitions are /dev/hdb1 and hdb2, change the first two lines so they look more like:
/dev/hdb2 / ext3 defaults 1 1
/dev/hdb1 /boot ext3 defaults 1 2

NB Make sure that you use the correct device names for your system, the above is just an example.

You may also want to add umask=0 to the options of the FAT partitions to give all ordinary users write permission.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: error in file system check

File System Check at Boot www.computing.net/answers/linux/file-system-check-at-boot/9308.html

How do I fix a corrupt file system www.computing.net/answers/linux/how-do-i-fix-a-corrupt-file-system/6414.html

error when booting with file system www.computing.net/answers/linux/error-when-booting-with-file-system/11872.html