Date: Sat, 25 Feb 2006 10:32:09 -0500 From: Craig Rodrigues <rodrigc@crodrigues.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.c Message-ID: <20060225153209.GA3492@crodrigues.org> In-Reply-To: <20060225141030.GC27069@submonkey.net> References: <200602250509.k1P59lcn068283@repoman.freebsd.org> <20060225141030.GC27069@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060225153209.GA3492>