]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/mount_msdosfs/mount_msdosfs.8
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / mount_msdosfs / mount_msdosfs.8
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:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. All advertising materials mentioning features or use of this software
15 .\"    must display the following acknowledgment:
16 .\"      This product includes software developed by Christopher G. Demetriou.
17 .\" 3. The name of the author may not be used to endorse or promote products
18 .\"    derived from this software without specific prior written permission
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
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$
32 .\"
33 .Dd April 3, 2017
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
40 .Nm
41 .Op Fl 9ls
42 .Op Fl D Ar DOS_codepage
43 .Op Fl g Ar gid
44 .Op Fl L Ar locale
45 .Op Fl M Ar mask
46 .Op Fl m Ar mask
47 .Op Fl o Ar options
48 .Op Fl u Ar uid
49 .Op Fl W Ar table
50 .Ar special node
51 .Sh DESCRIPTION
52 The
53 .Nm
54 utility attaches the MS-DOS file system residing on
55 the device
56 .Pa special
57 to the global file system namespace at the location
58 indicated by
59 .Pa node .
60 This command is normally executed by
61 .Xr mount 8
62 at boot time, but can be used by any user to mount an
63 MS-DOS file system on any directory that they own (provided,
64 of course, that they have appropriate access to the device that
65 contains the file system).
66 .Pp
67 The options are as follows:
68 .Bl -tag -width Ds
69 .It Fl o Ar options
70 Use the specified mount
71 .Ar options ,
72 as described in
73 .Xr mount 8 .
74 The following MSDOS file system-specific options are available:
75 .Bl -tag -width indent
76 .It Cm large
77 Support file systems larger than 128 gigabytes at the expense
78 of 32 bytes of kernel memory for each file on disk.
79 This memory will not be reclaimed until the file system has
80 been unmounted.
81 .It Cm longnames
82 Force Windows 95 long filenames to be visible.
83 .It Cm shortnames
84 Force only the old MS-DOS 8.3 style filenames to be visible.
85 .It Cm nowin95
86 Completely ignore Windows 95 extended file information.
87 .El
88 .It Fl u Ar uid
89 Set the owner of the files in the file system to
90 .Ar uid .
91 The default owner is the owner of the directory
92 on which the file system is being mounted.
93 .It Fl g Ar gid
94 Set the group of the files in the file system to
95 .Ar gid .
96 The default group is the group of the directory
97 on which the file system is being mounted.
98 .It Fl m Ar mask
99 Specify the maximum file permissions for files
100 in the file system.
101 (For example, a
102 .Ar mask
103 of
104 .Li 755
105 specifies that, by default, the owner should have
106 read, write, and execute permissions for files, but
107 others should only have read and execute permissions.
108 See
109 .Xr chmod 1
110 for more information about octal file modes.
111 Only the nine low-order bits of
112 .Ar mask
113 are used.
114 The value of
115 .Ar -M
116 is used if it is supplied and
117 .Ar -m
118 is omitted.
119 The default
120 .Ar mask
121 is taken from the
122 directory on which the file system is being mounted.
123 .It Fl M Ar mask
124 Specify the maximum file permissions for directories
125 in the file system.
126 The value of
127 .Ar -m
128 is used if it is supplied and
129 .Ar -M
130 is omitted.
131 See the previous option's description for details.
132 .It Fl s
133 Force behaviour to
134 ignore and not generate Win'95 long filenames.
135 .It Fl l
136 Force listing and generation of
137 Win'95 long filenames
138 and separate creation/modification/access dates.
139 .Pp
140 If neither
141 .Fl s
142 nor
143 .Fl l
144 are given,
145 .Fl l
146 is the default.
147 .It Fl 9
148 Ignore the special Win'95 directory entries even
149 if deleting or renaming a file.
150 This forces
151 .Fl s .
152 .\".It Fl G
153 .\"This option causes the file system to be interpreted as an Atari-Gemdos
154 .\"file system.
155 .\"The differences to the MS-DOS file system are minimal and
156 .\"limited to the boot block.
157 .\"This option enforces
158 .\".Fl s .
159 .It Fl L Ar locale
160 Specify locale name used for file name conversions
161 for DOS and Win'95 names.
162 By default ISO 8859-1 assumed as local character set.
163 .It Fl D Ar DOS_codepage
164 Specify the MS-DOS code page (aka IBM/OEM code page) name used for
165 file name conversions for DOS names.
166 .It Fl W Ar table
167 .Bf Em
168 This option is preserved for backward compatibility purpose only,
169 and will be removed in the future.
170 Please avoid using this option.
171 .Ef
172 .Pp
173 Specify text file name with conversion table:
174 .Pa iso22dos , iso72dos , koi2dos , koi8u2dos .
175 .El
176 .Sh EXAMPLES
177 To mount a Russian MS-DOS file system located in
178 .Pa /dev/ada1s1 :
179 .Pp
180 .Dl "mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ada1s1 /mnt"
181 .Pp
182 To mount a Japanese MS-DOS file system located in
183 .Pa /dev/ada1s1 :
184 .Pp
185 .Dl "mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ada1s1 /mnt"
186 .Sh SEE ALSO
187 .Xr mount 2 ,
188 .Xr unmount 2 ,
189 .Xr fstab 5 ,
190 .Xr msdosfs 5 ,
191 .Xr mount 8
192 .Pp
193 List of Localized MS Operating Systems:
194 .Pa http://www.microsoft.com/globaldev/reference/oslocversion.mspx .
195 .Sh HISTORY
196 The predecessor to
197 .Nm mount_msdos
198 utility named
199 .Nm mount_pcfs
200 appeared in
201 .Nx 0.8 .
202 It was rewritten in
203 .Nx 1.0
204 and first appeared in
205 .Fx 2.0 .
206 .Nm mount_msdos
207 was renamed to the more aptly-named
208 .Nm
209 in
210 .Fx 5.0.
211 The character code conversion routine was added in 2003.
212 .Sh AUTHORS
213 Initial implementation as
214 .Nm mount_pcfs
215 was written by
216 .An -nosplit
217 .An Paul Popelka Aq Mt paulp@uts.amdahl.com .
218 It was rewritten by
219 .An Christopher G. Demetriou Aq Mt cgd@NetBSD.org .
220 The character code conversion routine was added by
221 .An Ryuichiro Imura Aq Mt imura@ryu16.org .
222 .Sh CAVEATS
223 The use of the
224 .Fl 9
225 flag could result in damaged file systems,
226 albeit the damage is in part taken care of by
227 procedures similar to the ones used in Win'95.