'mount -u' stumper

RW rwmaillists at googlemail.com
Wed Jun 22 15:56:12 UTC 2011


On Wed, 22 Jun 2011 07:54:53 -0500 (CDT)
Robert Bonomi wrote:


> That's a large part of why I want to make it 'go away'.  It _is_ a
> "lie" on a RO system.  Meaningless, and 'misleading' if you don't see
> the RO option as well.
> 
> When the filesystem _does_ need to be RW, I _want_ softupdates
> enabled. It's a 'good thing' then;.  When it's initially mounted RO
> softupdates are _visibly_ off.  I just want to restore that precise
> situaion/presentation when i 'update' mount thefilesystem to RO.

I'd argue the other way around, that mount should display what's
configured even if some options do nothing in combination. 

noatime and async also do nothing in combination with ro, but mount
will still display them:

# mount -o ro,noatime,async /dev/md31 /mnt/t

# mount | grep md31
/dev/md31 on /mnt/t (ufs, asynchronous, local, noatime, read-only)


More information about the freebsd-questions mailing list