Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 1997 14:26:28 -0800 (PST)
From:      Jaye Mathisen  <mrcpu@cdsnet.net>
To:        hackers@freebsd.org
Subject:   noatime, one more time, the last time.
Message-ID:  <Pine.NEB.3.95.970106141342.10100P-100000@mail.cdsnet.net>

next in thread | raw e-mail | index | archive | help


# uname -a
FreeBSD news.cdsnet.net 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Dec 30
10:32:21 PST 1996     root@news.cdsnet.net:/usr/src/sys/compile/NEWS  i386

# mount -p   
/dev/sd0a       /       ufs rw  1 1
/dev/sd0s1f     /usr    ufs rw  1 1
procfs  /proc   procfs rw       0 0
/dev/ccd0c      /news   ufs rw,nosuid   1 1
# mount -o noatime -u /news
# mount -p
/dev/sd0a       /       ufs rw  1 1
/dev/sd0s1f     /usr    ufs rw  1 1
procfs  /proc   procfs rw       0 0
/dev/ccd0c      /news   ufs rw  1 1



So WTF did the noatime go? 


I see people all the time talking about using async (which works), and
noatime on their newsservers, but they must be using a different reality
than me, because noatime never seems to show up.

Entirely possible that it's actually doing it, and the mount -p just can't
display it, but I'd sure be curious.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.970106141342.10100P-100000>