Karol Kwiatkowski wrote:
> Hi all,
> 
> this is probably a silly question but... how do I change mount options
> to get atime back (after setting 'noatime') on mounted filesystem?
> 
> I can't see option 'atime' in mount(8) but there's no 'suid' either.
> Here's what I'm trying to do:
> 
> # mount | grep home
> /dev/ad0s3d on /home (ufs, local, noatime, nosuid, soft-updates)
> # mount -u -o atime /home
> # mount | grep home
> /dev/ad0s3d on /home (ufs, local, noatime, soft-updates)

FYI, this is 7.0-CURRENT related [1].
Workaround is to use 'nonoatime' until the patch is applied.

Karol

[1]
http://lists.freebsd.org/pipermail/freebsd-current/2007-August/076036.html

-- 
Karol Kwiatkowski   <karol.kwiat at gmail dot com>
OpenPGP 0x06E09309

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to