cvs commit: src/sbin/mount mount.c

Craig Rodrigues rodrigc at crodrigues.org
Sat Feb 25 07:32:12 PST 2006


On Sat, Feb 25, 2006 at 02:10:30PM +0000, Ceri Davies wrote:
> Thanks.
>
> How about mount -u -o rw and mount -u -o ro to flip ro/rw status?

My previous commit restored behavior to mount(8) that
was undocumented, but people and startup scripts depended on that behavior.

Your suggestion implements new behavior for mount(8).
I don't have the time or interest to implement your suggestion

If you want to flip ro status, then use the existing behavior of mount(8):

mount -u
mount -u -w
mount -u -r

to do it, or implement the behavior you want yourself in mount(8).

-- 
Craig Rodrigues        
rodrigc at crodrigues.org


More information about the cvs-src mailing list