[solved] Re: How do I change atime/noatime on mounted filesystem?

2007-08-09 Thread Karol Kwiatkowski
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



signature.asc
Description: OpenPGP digital signature


How do I change atime/noatime on mounted filesystem?

2007-08-08 Thread Karol Kwiatkowski
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)
( what happened to 'nosuid', btw? )

It works with suid/nosuid:

# mount -u -o nosuid /home
# mount | grep home
/dev/ad0s3d on /home (ufs, local, noatime, nosuid, soft-updates)
# mount -u -o suid /home
# mount | grep home
/dev/ad0s3d on /home (ufs, local, noatime, soft-updates)

FreeBSD 7.0-CURRENT i386. What am I missing?

Karol

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



signature.asc
Description: OpenPGP digital signature