http://qa.mandrakesoft.com/show_bug.cgi?id=5252
Product: initscripts
Component: initscripts
Summary: problem fscking / filesystem when on reiserfs
Product: initscripts
Version: 7.06-21mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: initscripts
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
After i upgrade from 9.1 to 9.2rc1, and after when upfating to 2.4.22-4mdk, i
had the same bug : fsck the / filesystem tells there is something wrong even is
the filesystem is OK.
in fact it is the test in the rc.sysinit that there is a problem,
i had be able to boot again my system enablin fastboot on the boot line command
to overcomme the lines testing the / filesystem on the script.
ROOTFSTYPE=`awk '/ \/ / && ($3 !~ /rootfs/) { print $3 }' /proc/mounts`
if [ -z "$fastboot" -a "X$ROOTFSTYPE" != "Xnfs" ]; then
gprintf "Checking root filesystem\n"
Fsck -T -a $fsckoptions /
^^^^^^^^^^^^^^^^^^^^^^^^^**
the problem is perhaps due to the fact that / is mounted read/write, and
fsck.reseirfs in not able to test a filesystem mounted read/write, the / has to
be first mounted read only, tested, and remonted read/write.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.