aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit3468b317cb93827fbbd4b835f5c233804bc5203c (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/mount_msdosfs
parent4481bee4621453e6555046bda0aa6ad9f672b773 (diff)
downloadsrc-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz
src-3468b317cb93827fbbd4b835f5c233804bc5203c.zip
Notes
Diffstat (limited to 'sbin/mount_msdosfs')
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.824
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index f7dd1e20e2f4..184a9adef919 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -35,7 +35,7 @@
.Os
.Sh NAME
.Nm mount_msdosfs
-.Nd mount an MS-DOS file system
+.Nd mount an MS-DOS filesystem
.Sh SYNOPSIS
.Nm
.Op Fl o Ar options
@@ -62,9 +62,9 @@ indicated by
This command is normally executed by
.Xr mount 8
at boot time, but can be used by any user to mount an
-MS-DOS file system on any directory that they own (provided,
+MS-DOS filesystem on any directory that they own (provided,
of course, that they have appropriate access to the device that
-contains the file system).
+contains the filesystem).
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -81,18 +81,18 @@ or
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
+Set the owner of the files in the filesystem to
.Ar uid .
The default owner is the owner of the directory
-on which the file system is being mounted.
+on which the filesystem is being mounted.
.It Fl g Ar gid
-Set the group of the files in the file system to
+Set the group of the files in the filesystem to
.Ar gid .
The default group is the group of the directory
-on which the file system is being mounted.
+on which the filesystem is being mounted.
.It Fl m Ar mask
Specify the maximum file permissions for files
-in the file system.
+in the filesystem.
(For example, a
.Ar mask
of
@@ -109,7 +109,7 @@ are used.
The default
.Ar mask
is taken from the
-directory on which the file system is being mounted.
+directory on which the filesystem is being mounted.
.It Fl s
Force behaviour to
ignore and not generate Win'95 long filenames.
@@ -196,9 +196,9 @@ procedures similar to the ones used in Win'95.
.Pp
.Fx 2.1
and earlier versions could not handle cluster sizes larger than 16K.
-Just mounting an MS-DOS file system could cause corruption to any
-mounted file system.
-Cluster sizes larger than 16K are unavoidable for file system sizes
+Just mounting an MS-DOS filesystem could cause corruption to any
+mounted filesystem.
+Cluster sizes larger than 16K are unavoidable for filesystem sizes
larger than 1G, and also occur when filesystems larger than 1G are
shrunk to smaller than 1G using FIPS.
.Sh HISTORY