diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | ce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mount_ntfs | |
parent | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff) | |
download | src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip |
Notes
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r-- | sbin/mount_ntfs/mount_ntfs.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index f00ec1218713..c65eef1dd046 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm mount_ntfs -.Nd mount an NTFS filesystem +.Nd mount an NTFS file system .Sh SYNOPSIS .Nm .Op Fl a @@ -49,17 +49,17 @@ .Sh DESCRIPTION The .Nm -utility attaches the NTFS filesystem residing on the device +utility attaches the NTFS file system residing on the device .Pa special -to the global filesystem namespace at the location +to the global file system namespace at the location indicated by .Pa node . This command is normally executed by .Xr mount 8 at boot time, but can be used by any user to mount an -NTFS filesystem on any directory that they own (provided, +NTFS file system on any directory that they own (provided, of course, that they have appropriate access to the device that -contains the filesystem). +contains the file system). .Pp The options are as follows: .Bl -tag -width Ds @@ -69,18 +69,18 @@ Force behaviour to return MS-DOS 8.3 names also on .It Fl i Make name lookup case insensitive for all names except POSIX names. .It Fl u Ar uid -Set the owner of the files in the filesystem to +Set the owner of the files in the file system to .Ar uid . The default owner is the owner of the directory -on which the filesystem is being mounted. +on which the file system is being mounted. .It Fl g Ar gid -Set the group of the files in the filesystem to +Set the group of the files in the file system to .Ar gid . The default group is the group of the directory -on which the filesystem is being mounted. +on which the file system is being mounted. .It Fl m Ar mask Specify the maximum file permissions for files -in the filesystem. +in the file system. .It Fl W Ar u2wtable Specify .Ux |