Sort options.
This commit is contained in:
parent
491ae8b74a
commit
d234eaaab1
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: mount_msdos.8,v 1.29 2003/09/08 05:21:58 wiz Exp $
|
.\" $NetBSD: mount_msdos.8,v 1.30 2003/09/08 07:21:51 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993, 1994 Christopher G. Demetriou
|
.\" Copyright (c) 1993, 1994 Christopher G. Demetriou
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -40,16 +40,13 @@
|
|||||||
.Nd mount an MS-DOS file system
|
.Nd mount an MS-DOS file system
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl o Ar options
|
.Op Fl 9Gls
|
||||||
.Op Fl u Ar uid
|
|
||||||
.Op Fl g Ar gid
|
.Op Fl g Ar gid
|
||||||
.Op Fl m Ar mask
|
|
||||||
.Op Fl M Ar mask
|
.Op Fl M Ar mask
|
||||||
|
.Op Fl m Ar mask
|
||||||
|
.Op Fl o Ar options
|
||||||
.Op Fl t Ar gmtoff
|
.Op Fl t Ar gmtoff
|
||||||
.Op Fl s
|
.Op Fl u Ar uid
|
||||||
.Op Fl l
|
|
||||||
.Op Fl 9
|
|
||||||
.Op Fl G
|
|
||||||
.Pa special
|
.Pa special
|
||||||
.Pa node
|
.Pa node
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
@ -71,22 +68,50 @@ contains the file system).
|
|||||||
Support for FAT16 and VFAT32 as well as long file names is available.
|
Support for FAT16 and VFAT32 as well as long file names is available.
|
||||||
.Pp
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width XoXoptionsXX
|
||||||
.It Fl o Ar options
|
.It Fl 9
|
||||||
Use the specified mount
|
Ignore the special Win'95 directory entries even
|
||||||
.Ar options ,
|
if deleting or renaming a file.
|
||||||
as described in
|
This forces
|
||||||
.Xr mount 8 .
|
.Fl s .
|
||||||
.It Fl u Ar uid
|
.It Fl G
|
||||||
Set the owner of the files in the file system to
|
This option causes the filesystem to be interpreted as an Atari-Gemdos
|
||||||
.Ar uid .
|
filesystem.
|
||||||
The default owner is the owner of the directory
|
The differences to the MSDOS filesystem are minimal and
|
||||||
on which the file system is being mounted.
|
limited to the boot block.
|
||||||
|
This option enforces
|
||||||
|
.Fl s .
|
||||||
.It Fl g Ar gid
|
.It Fl g Ar gid
|
||||||
Set the group of the files in the file system to
|
Set the group of the files in the file system to
|
||||||
.Ar gid .
|
.Ar gid .
|
||||||
The default group is the group of the directory
|
The default group is the group of the directory
|
||||||
on which the file system is being mounted.
|
on which the file system is being mounted.
|
||||||
|
.It Fl l
|
||||||
|
Force listing and generation of
|
||||||
|
Win'95 long filenames
|
||||||
|
and separate creation/modification/access dates.
|
||||||
|
.Pp
|
||||||
|
If neither
|
||||||
|
.Fl s
|
||||||
|
nor
|
||||||
|
.Fl l
|
||||||
|
are given,
|
||||||
|
.Nm
|
||||||
|
searches the root directory of the filesystem to
|
||||||
|
be mounted for any existing Win'95 long filenames.
|
||||||
|
If no such entries are found,
|
||||||
|
.Fl s
|
||||||
|
is the default.
|
||||||
|
Otherwise
|
||||||
|
.Fl l
|
||||||
|
is assumed.
|
||||||
|
.It Fl M Ar mask
|
||||||
|
Specify the maximum file permissions for directories
|
||||||
|
in the file system. The value of
|
||||||
|
.Fl m
|
||||||
|
is used if it is supplied and
|
||||||
|
.Fl M
|
||||||
|
is omitted.
|
||||||
.It Fl m Ar mask
|
.It Fl m Ar mask
|
||||||
Specify the maximum file permissions for files
|
Specify the maximum file permissions for files
|
||||||
in the file system.
|
in the file system.
|
||||||
@ -107,52 +132,26 @@ is used if it is supplied and
|
|||||||
is omitted.
|
is omitted.
|
||||||
The default mask is taken from the
|
The default mask is taken from the
|
||||||
directory on which the file system is being mounted.
|
directory on which the file system is being mounted.
|
||||||
.It Fl M Ar mask
|
.It Fl o Ar options
|
||||||
Specify the maximum file permissions for directories
|
Use the specified mount
|
||||||
in the file system. The value of
|
.Ar options ,
|
||||||
.Fl m
|
as described in
|
||||||
is used if it is supplied and
|
.Xr mount 8 .
|
||||||
.Fl M
|
.It Fl s
|
||||||
is omitted. See description of previous option for details.
|
Force behaviour to
|
||||||
|
ignore and not generate Win'95 long filenames.
|
||||||
|
See also
|
||||||
|
.Fl l .
|
||||||
.It Fl t Ar gmtoff
|
.It Fl t Ar gmtoff
|
||||||
Set the time zone offset (in seconds) from UTC to
|
Set the time zone offset (in seconds) from UTC to
|
||||||
.Ar gmtoff ,
|
.Ar gmtoff ,
|
||||||
with positive values indicating east of the Prime Meridian.
|
with positive values indicating east of the Prime Meridian.
|
||||||
If not set, the user's current time zone will be used.
|
If not set, the user's current time zone will be used.
|
||||||
.It Fl s
|
.It Fl u Ar uid
|
||||||
Force behaviour to
|
Set the owner of the files in the file system to
|
||||||
ignore and not generate Win'95 long filenames.
|
.Ar uid .
|
||||||
.It Fl l
|
The default owner is the owner of the directory
|
||||||
Force listing and generation of
|
on which the file system is being mounted.
|
||||||
Win'95 long filenames
|
|
||||||
and separate creation/modification/access dates.
|
|
||||||
.Pp
|
|
||||||
If neither
|
|
||||||
.Fl s
|
|
||||||
nor
|
|
||||||
.Fl l
|
|
||||||
are given,
|
|
||||||
.Nm
|
|
||||||
searches the root directory of the filesystem to
|
|
||||||
be mounted for any existing Win'95 long filenames.
|
|
||||||
If no such entries are found,
|
|
||||||
.Fl s
|
|
||||||
is the default.
|
|
||||||
Otherwise
|
|
||||||
.Fl l
|
|
||||||
is assumed.
|
|
||||||
.It Fl 9
|
|
||||||
Ignore the special Win'95 directory entries even
|
|
||||||
if deleting or renaming a file.
|
|
||||||
This forces
|
|
||||||
.Fl s .
|
|
||||||
.It Fl G
|
|
||||||
This option causes the filesystem to be interpreted as an Atari-Gemdos
|
|
||||||
filesystem.
|
|
||||||
The differences to the msdos filesystem are minimal and
|
|
||||||
limited to the boot block.
|
|
||||||
This option enforces
|
|
||||||
.Fl s .
|
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To remove the 'execute' permission bit for all files, but still keep
|
To remove the 'execute' permission bit for all files, but still keep
|
||||||
|
Loading…
Reference in New Issue
Block a user