cotthemh
20th May 2008, 19:10
i use Fedora core 6, i have a very stable system which has an uptime usually of serveral months, which is very nice. The only times the system goes down is after power failures. Unfortunately it does not restart automatically because due to the power failure it requires a filesystem check (fsck). the system simply stops the boot because my main filesystem gets corrupt due to the powerfailure.
this is my fstab :
more /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
during boot the system wants a fsck -y in order to repair the filesystem. this howerver requires manual intervention on the console. This means i need to access the server physically to repair this.
so my question :
is there any way i can avoid this situation, and/or is there a way to automatically repair the filesystem during boot, rather than having to do it manually.
many thanks for you're comments on this matter !
best regards,
H
this is my fstab :
more /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
during boot the system wants a fsck -y in order to repair the filesystem. this howerver requires manual intervention on the console. This means i need to access the server physically to repair this.
so my question :
is there any way i can avoid this situation, and/or is there a way to automatically repair the filesystem during boot, rather than having to do it manually.
many thanks for you're comments on this matter !
best regards,
H