Hello!
I have just installed mm-sources for 2.6_beta9 kernel. I have a root
system with reiserfs. The loading proccess kept on failing with message
that the root filesystem cannot be mounted read/write even though if i
tried it manually it worked fine.

After spending some time I found the reason for this. This command in
/etc/init.d/checkroot does not work any more (why?)

mount / -n -o remount,rw &>/dev/null

I had to replace it with

mount -n -o remount rw / &>/dev/null

Anyone has any ideas what might be the cause?


--
[EMAIL PROTECTED] mailing list

Reply via email to