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