PDA

View Full Version : Fstab issue


rossheth
2005-11-08, 10:42 AM CST
At startup and shutdown I get the error line 1 in fstab is bad. Fedora 4 then boots fine. Fstab reads

[code] # This file is edited by fstab-sync - see 'man fstab-sync' for details
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
LABEL=f���#�>_�y���; swap swap defaults 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
/dev/hdd /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0[code]

Its annoying, any solutions?

RahulSundaram
2005-11-08, 11:33 AM CST
At startup and shutdown I get the error line 1 in fstab is bad. Fedora 4 then boots fine. Fstab reads

[code] # This file is edited by fstab-sync - see 'man fstab-sync' for details
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
LABEL=f���#�>_�y���; swap swap defaults 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
/dev/hdd /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0[code]

Its annoying, any solutions?

Remove the _ before the #

rossheth
2005-11-09, 11:10 AM CST
Thank you. Problem solved