> 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?
I had the same error, and the same fix went for me. But it's the kernel that is the problem - 2.6 seems to not like _any_ tail-options in /etc/fstab - neither "tail" nor "notail" did it, so I changed it to "defaults", and that works. Don't know why, I only know that that works :) Greetings, Dennis -- [EMAIL PROTECTED] mailing list
