[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Disabling atime
- From: Eric Sandeen <esandeen redhat com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: Disabling atime
- Date: Tue, 21 Aug 2007 10:28:37 -0500
Colin Walters wrote:
> On 8/21/07, *Eric Sandeen* <esandeen redhat com
> <mailto:esandeen redhat com>> wrote:
>
>
> [root bear-05 ~]# for I in `seq 1 10`; do mount -o noatime /dev/sdb12
> /mnt/test; time find /mnt/test > /dev/null; umount /dev/sdb12; done
>
>
> Hmm. If you do the find so quickly after the mount, isn't it possible
> that the kernel is still reading in some metadata structures
> asynchronously, or checking the journal, etc?
>
>
Nope, things like journal replay are done before the filesystem becomes
available for use.
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]