summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs/mount_msdosfs.8
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-06-18 12:05:02 +0000
committerjkh <jkh@FreeBSD.org>1999-06-18 12:05:02 +0000
commit395a4557a1fc4b73bec0ba74f9a1be3b2d95f20a (patch)
tree62f737ee64ff848059bb68b0039378846908561f /sbin/mount_msdosfs/mount_msdosfs.8
parent06e790a3fd6e96e0e3f8d55f306b1ca9a5231597 (diff)
downloadFreeBSD-src-395a4557a1fc4b73bec0ba74f9a1be3b2d95f20a.zip
FreeBSD-src-395a4557a1fc4b73bec0ba74f9a1be3b2d95f20a.tar.gz
This lets you specify "gemdosfs", "shortnames", "longnames", and
"nowin95" as arguments to the "-o" flag, as alternatives to "-G", "-s", "-l", and "-9"; when running "mount_msdos" by hand, that doesn't let you do anything you couldn't already do, but if you're letting "mount" run it, it lets you specify those options, which is especially useful if, for example, you have an entry in "/etc/fstab" for some file system, with "noauto" set, so you can conveniently mount a DOS partition from a removable drive and force it to treat the file system as VFAT rather than boring old FAT. Submitted by: Guy Harris <guy@netapp.com>
Diffstat (limited to 'sbin/mount_msdosfs/mount_msdosfs.8')
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.811
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index 2088285..60a489e 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: mount_msdos.8,v 1.14 1998/06/30 06:23:41 charnier Exp $
+.\" $Id: mount_msdos.8,v 1.15 1999/01/11 18:35:14 dt Exp $
.\"
.Dd April 7, 1994
.Dt MOUNT_MSDOS 8
@@ -72,7 +72,14 @@ The options are as follows:
Use the specified mount
.Ar options ,
as described in
-.Xr mount 8 .
+.Xr mount 8 ,
+or one of the MSDOS filesystem-specific options
+.Ar shortnames ,
+.Ar longnames
+or
+.Ar nowin95 ,
+all of which can be used to affect Windows name translation in the
+underlying filesystem.
.It Fl u Ar uid
Set the owner of the files in the file system to
.Ar uid .
OpenPOWER on IntegriCloud