Gentoo Archives: gentoo-dev

From: Dennis Freise <cat@××××××××××××××××××.cx>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] 2.6 kernel and checkroot script.
Date: Fri, 14 Nov 2003 10:55:46
Message-Id: 025b01c3aa9d$d6140710$0219a8c0@finalfrontier.ath.cx
In Reply to: [gentoo-dev] 2.6 kernel and checkroot script. by Svyatogor
1 > I have just installed mm-sources for 2.6_beta9 kernel. I have a root
2 > system with reiserfs. The loading proccess kept on failing with message
3 > that the root filesystem cannot be mounted read/write even though if i
4 > tried it manually it worked fine.
5 >
6 > After spending some time I found the reason for this. This command in
7 > /etc/init.d/checkroot does not work any more (why?)
8 >
9 > mount / -n -o remount,rw &>/dev/null
10 >
11 > I had to replace it with
12 >
13 > mount -n -o remount rw / &>/dev/null
14 >
15 > Anyone has any ideas what might be the cause?
16
17 I had the same error, and the same fix went for me. But it's the kernel that
18 is the problem - 2.6 seems to not like _any_ tail-options in /etc/fstab -
19 neither "tail" nor "notail" did it, so I changed it to "defaults", and that
20 works. Don't know why, I only know that that works :)
21
22 Greetings, Dennis
23
24
25 --
26 gentoo-dev@g.o mailing list