Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] noatime option is ignored for /
Date: Sun, 13 May 2007 19:37:21
Message-Id: 200705132128.41576.benno.schulenberg@gmail.com
In Reply to: [gentoo-user] noatime option is ignored for / by Robert Cernansky
1 Robert Cernansky wrote:
2 > and 'mount' command shows:
3 >
4 > /dev/sda6 on / type ext3 (rw,noatime,usrquota,grpquota)
5 >
6 > but /proc/mounts does not show noatime option:
7 >
8 > /dev/root / ext3 rw,data=ordered,usrquota,grpquota 0 0
9
10 Hmm, same thing here:
11
12 # grep "/ " /etc/mtab
13 /dev/hda9 / reiserfs rw,noatime 0 0
14
15 # grep "/ " /proc/mounts
16 rootfs / rootfs rw 0 0
17 /dev/root / reiserfs rw 0 0
18
19 # mount -o remount /
20
21 # grep "/ " /proc/mounts
22 rootfs / rootfs rw 0 0
23 /dev/root / reiserfs rw,noatime 0 0
24
25 During a normal boot an ext2/ext3 root partition gets remounted:
26 first it gets mounted read-only in case it needs to be fschecked,
27 and then remounted read-write.
28
29 I've changed the bootscripts to skip this double step, with the
30 unintended effect of not getting all options applied. (Fixed now.)
31 Maybe you did too?
32
33 Benno
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] noatime option is ignored for / Robert Cernansky <hslists2@××××××.sk>