[solved] Re: How do I change atime/noatime on mounted filesystem?
Karol Kwiatkowski
karol.kwiat at gmail.com
Thu Aug 9 09:11:55 PDT 2007
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 542 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070809/7ace7ef4/signature-0001.pgp
More information about the freebsd-questions
mailing list