From: John L. <jo...@su...> - 2004-02-06 06:46:32
|
Vinay Kumar wrote: >I am getting ext3 filesystem error . I am very new to linux so and I >don't have a acess to linux system. So is there any way I could fix this >error > >The error is like > >fsck 1.27 >The filesystem size ( according to the superblock ) .......... > >Thanks in advance >-Vinay > > There is a known bug somewhere that causes this, Dan could tell you more, but the workaround is to disable the check of the root filesystem at boot. To do this, follow the instructions to remount the drive read-write, then use nano to edit /etc/init.d/checkroot.sh. Find the line that looks like rootcheck=yes and change it to rootcheck=no John |