Date: Mon, 16 Sep 2013 13:45:42 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: atar <atar.yosef@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: persistence in freeBSD Message-ID: <44bo3sbqyh.fsf@be-well.ilk.org> In-Reply-To: <op.w3it0tmve4gg2u@localhost> (atar's message of "Mon, 16 Sep 2013 20:32:43 -0000") References: <op.w3iouhlie4gg2u@localhost> <44hadkbs0v.fsf@be-well.ilk.org> <op.w3it0tmve4gg2u@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
atar <atar.yosef@gmail.com> writes: > > What does the '-u' option do? I've not find in the 'mount' man page > any explanation on this option. The man page includes: -u The -u flag indicates that the status of an already mounted file system should be changed. Any of the options discussed above (the -o option) may be changed; also a file system can be changed from read-only to read-write or vice versa. An attempt to change from read-write to read-only will fail if any files on the file system are currently open for writing unless the -f flag is also specified. The set of options is determined by applying the options specified in the argument to -o and finally applying the -r or -w option.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44bo3sbqyh.fsf>