Deleted Added
full compact
mount_msdosfs.8 (102231) mount_msdosfs.8 (118685)
1.\" $NetBSD: mount_msdos.8,v 1.13 1998/02/06 05:57:00 perry Exp $
2.\"
3.\" Copyright (c) 1993,1994 Christopher G. Demetriou
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" $NetBSD: mount_msdos.8,v 1.13 1998/02/06 05:57:00 perry Exp $
2.\"
3.\" Copyright (c) 1993,1994 Christopher G. Demetriou
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/sbin/mount_msdosfs/mount_msdosfs.8 102231 2002-08-21 18:11:48Z trhodes $
31.\" $FreeBSD: head/sbin/mount_msdosfs/mount_msdosfs.8 118685 2003-08-09 04:07:42Z bms $
32.\"
33.Dd April 7, 1994
34.Dt MOUNT_MSDOSFS 8
35.Os
36.Sh NAME
37.Nm mount_msdosfs
38.Nd mount an MS-DOS file system
39.Sh SYNOPSIS

--- 27 unchanged lines hidden (view full) ---

67contains the file system).
68.Pp
69The options are as follows:
70.Bl -tag -width Ds
71.It Fl o Ar options
72Use the specified mount
73.Ar options ,
74as described in
32.\"
33.Dd April 7, 1994
34.Dt MOUNT_MSDOSFS 8
35.Os
36.Sh NAME
37.Nm mount_msdosfs
38.Nd mount an MS-DOS file system
39.Sh SYNOPSIS

--- 27 unchanged lines hidden (view full) ---

67contains the file system).
68.Pp
69The options are as follows:
70.Bl -tag -width Ds
71.It Fl o Ar options
72Use the specified mount
73.Ar options ,
74as described in
75.Xr mount 8 ,
76or one of the MSDOS file system-specific options
77.Ar shortnames ,
78.Ar longnames
79or
80.Ar nowin95 ,
81all of which can be used to affect Windows name translation in the
82underlying file system.
75.Xr mount 8 .
76The following MSDOS file system-specific options are available:
77.Bl -tag -width indent
78.It Cm longnames
79Force Windows 95 long filenames to be visible.
80.It Cm shortnames
81Force only the old MS-DOS 8.3 style filenames to be visible.
82.It Cm nowin95
83Completely ignore Windows 95 extended file information.
84.El
83.It Fl u Ar uid
84Set the owner of the files in the file system to
85.Ar uid .
86The default owner is the owner of the directory
87on which the file system is being mounted.
88.It Fl g Ar gid
89Set the group of the files in the file system to
90.Ar gid .

--- 125 unchanged lines hidden ---
85.It Fl u Ar uid
86Set the owner of the files in the file system to
87.Ar uid .
88The default owner is the owner of the directory
89on which the file system is being mounted.
90.It Fl g Ar gid
91Set the group of the files in the file system to
92.Ar gid .

--- 125 unchanged lines hidden ---