Gentoo Archives: gentoo-dev

From: Svyatogor <svyatogor@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] 2.6 kernel and checkroot script.
Date: Fri, 14 Nov 2003 10:47:12
Message-Id: 1068806867.3897.22.camel@sergey.localdomain
1 Hello!
2 I have just installed mm-sources for 2.6_beta9 kernel. I have a root
3 system with reiserfs. The loading proccess kept on failing with message
4 that the root filesystem cannot be mounted read/write even though if i
5 tried it manually it worked fine.
6
7 After spending some time I found the reason for this. This command in
8 /etc/init.d/checkroot does not work any more (why?)
9
10 mount / -n -o remount,rw &>/dev/null
11
12 I had to replace it with
13
14 mount -n -o remount rw / &>/dev/null
15
16 Anyone has any ideas what might be the cause?
17
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] 2.6 kernel and checkroot script. Dennis Freise <cat@××××××××××××××××××.cx>