mount.cifs: clarify mapchars option
[metze/samba/wip.git] / docs-xml / manpages-3 / mount.cifs.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="mount.cifs.8">
4
5 <refmeta>
6         <refentrytitle>mount.cifs</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">3.5</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>mount.cifs</refname>
16         <refpurpose>mount using the Common Internet File System (CIFS)</refpurpose>
17 </refnamediv>
18
19 <refsynopsisdiv>
20         <cmdsynopsis>
21
22                 <command>mount.cifs</command>
23                 <arg choice="req">service</arg> 
24                 <arg choice="req">mount-point</arg>     
25                 <arg choice="opt">-o options</arg>      
26         </cmdsynopsis>
27 </refsynopsisdiv>
28
29 <refsect1>
30         <title>DESCRIPTION</title>
31
32         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
33         <manvolnum>7</manvolnum></citerefentry> suite.</para>
34
35         <para>mount.cifs mounts a Linux CIFS filesystem. It
36 is usually invoked indirectly by
37 the <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> command when using the 
38 "-t cifs" option. This command only works in Linux, and the kernel must
39 support the cifs filesystem. The CIFS protocol is the successor to the 
40 SMB protocol and is supported by most Windows servers and many other
41 commercial servers and Network Attached Storage appliances as well as 
42 by the popular Open Source server Samba.
43         </para>
44
45         <para>
46         The mount.cifs utility attaches the UNC name (exported network resource)
47         specified as <emphasis>service</emphasis> (using //server/share syntax,
48         where "server" is the server name or IP address and "share" is the name
49         of the share) to the local directory <emphasis>mount-point</emphasis>.
50         </para>
51
52         <para>
53                 Options to <emphasis>mount.cifs</emphasis> are specified as a comma-separated
54 list of key=value pairs. It is possible to send options other
55 than those listed here, assuming that the cifs filesystem kernel module (cifs.ko) supports them.   
56 Unrecognized cifs mount options passed to the cifs vfs kernel code will be logged to the
57 kernel log.
58
59         </para>
60
61         <para><emphasis>mount.cifs</emphasis> causes the cifs vfs to launch a thread named cifsd. After mounting it keeps running until
62                 the mounted resource is unmounted (usually via the umount utility).
63         </para>
64
65 </refsect1>
66
67 <refsect1>
68         <title>OPTIONS</title>
69         <variablelist>
70                 <varlistentry><term>user=<replaceable>arg</replaceable></term>
71
72                 <listitem><para>specifies the username to connect as. If
73                                 this is not given, then the environment variable <emphasis>USER</emphasis> is used. This option can also take the
74 form "user%password" or "workgroup/user" or
75 "workgroup/user%password" to allow the password and workgroup
76 to be specified as part of the username.
77                 </para>
78
79 <note>
80         <para>
81         The cifs vfs accepts the parameter <parameter>user=</parameter>, or for users familiar with smbfs it accepts the longer form of the parameter <parameter>username=</parameter>.  Similarly the longer smbfs style parameter names may be accepted as synonyms for the shorter cifs parameters <parameter>pass=</parameter>,<parameter>dom=</parameter> and <parameter>cred=</parameter>.
82         </para>
83 </note>
84
85                 </listitem>
86         </varlistentry>
87
88         <varlistentry><term>password=<replaceable>arg</replaceable></term>
89
90                 <listitem><para>specifies the CIFS password. If this
91 option is not given then the environment variable
92 <emphasis>PASSWD</emphasis> is used. If the password is not specified
93 directly or indirectly via an argument to mount, <emphasis>mount.cifs</emphasis> will prompt
94 for a password, unless the guest option is specified.
95 </para>
96
97 <para>Note that a password which contains the delimiter
98 character (i.e. a comma ',') will fail to be parsed correctly
99 on the command line.  However, the same password defined
100 in the PASSWD environment variable or via a credentials file (see
101 below) or entered at the password prompt will be read correctly.
102 </para>
103         </listitem></varlistentry>
104
105         <varlistentry><term>credentials=<replaceable>filename</replaceable></term>
106
107                 <listitem><para>
108                                 specifies a file that contains a username
109                                 and/or password and optionally the name of the
110                                 workgroup. The format of the file is:
111                         </para>
112
113 <programlisting>
114                 username=<replaceable>value</replaceable>
115                 password=<replaceable>value</replaceable>
116                 workgroup=<replaceable>value</replaceable>
117 </programlisting>
118
119                 <para>
120 This is preferred over having passwords in plaintext in a
121 shared file, such as <filename>/etc/fstab</filename>. Be sure to protect any
122 credentials file properly.
123                 </para>
124         </listitem></varlistentry>
125
126         <varlistentry>
127                 <term>uid=<replaceable>arg</replaceable></term>
128                 <listitem>
129
130         <para>sets the uid that will own all files or directories on the
131 mounted filesystem when the server does not provide ownership
132 information. It may be specified as either a username or a numeric uid.
133 When not specified, the default is uid 0.  The mount.cifs helper must be
134 at version 1.10 or higher to support specifying the uid in non-numeric
135 form. See the section on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS below for more
136 information.  </para>
137
138 </listitem>
139 </varlistentry>
140
141 <varlistentry>
142         <term>forceuid</term>
143         <listitem>
144                 <para>instructs the client to ignore any uid provided by
145 the server for files and directories and to always assign the owner to
146 be the value of the uid= option. See the section on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS below for more information.</para>
147         </listitem>
148 </varlistentry>
149
150 <varlistentry>
151         <term>gid=<replaceable>arg</replaceable></term>
152         <listitem>
153
154                 <para>sets the gid that will own all files or
155 directories on the mounted filesystem when the server does not provide
156 ownership information.  It may be specified as either a groupname or a
157 numeric gid.  When not specified, the default is gid 0. The mount.cifs
158 helper must be at version 1.10 or higher to support specifying the gid
159 in non-numeric form. See the section on FILE AND DIRECTORY OWNERSHIP AND
160 PERMISSIONS below for more information.</para>
161
162         </listitem>
163 </varlistentry>
164
165 <varlistentry>
166         <term>forcegid</term>
167         <listitem>
168                 <para>instructs the client to ignore any gid provided by
169 the server for files and directories and to always assign the owner to
170 be the value of the gid= option. See the section on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS below for more information.</para>
171         </listitem>
172 </varlistentry>
173
174 <varlistentry>
175                 <term>port=<replaceable>arg</replaceable></term>
176
177                 <listitem><para>sets the port number on the server to attempt to contact to negotiate
178 CIFS support.  If the CIFS server is not listening on this port or
179 if it is not specified, the default ports will be tried i.e. 
180 port 445 is tried and if no response then port 139 is tried.
181                 </para></listitem>
182         </varlistentry>
183
184         <varlistentry>
185                 <term>servern=<replaceable>arg</replaceable></term>
186
187                 <listitem><para>
188                 Specify the server netbios name (RFC1001 name) to use
189                 when attempting to setup a session to the server. Although
190                 rarely needed for mounting to newer servers, this option
191                 is needed for mounting to some older servers (such
192                 as OS/2 or Windows 98 and Windows ME) since when connecting
193                 over port 139 they, unlike most newer servers, do not
194                 support a default server name.  A server name can be up
195                 to 15 characters long and is usually uppercased.
196                 </para></listitem>
197         </varlistentry>
198
199         <varlistentry>
200                 <term>netbiosname=<replaceable>arg</replaceable></term>
201
202                 <listitem><para>When mounting to servers via port 139, specifies the RFC1001
203                 source name to use to represent the client netbios machine
204                 name when doing the RFC1001 netbios session initialize.
205                 </para></listitem>
206         </varlistentry>
207
208         <varlistentry>
209                 <term>file_mode=<replaceable>arg</replaceable></term>
210
211                 <listitem><para>If the server does not support the CIFS Unix extensions this
212                                 overrides the default file mode.</para></listitem>
213         </varlistentry>
214
215         <varlistentry>
216                 <term>dir_mode=<replaceable>arg</replaceable></term>
217
218                 <listitem><para>If the server does not support the CIFS Unix extensions this
219                                 overrides the default mode for directories. </para></listitem>
220         </varlistentry>
221
222         <varlistentry>
223                 <term>ip=<replaceable>arg</replaceable></term>
224
225                 <listitem><para>sets the destination IP address.  This option is set automatically if the server name portion of the requested UNC name can be resolved so rarely needs to be specified by the user.</para></listitem>
226         </varlistentry>
227
228         <varlistentry>
229                 <term>domain=<replaceable>arg</replaceable></term>
230
231                 <listitem><para>sets the domain (workgroup) of the user </para></listitem>
232         </varlistentry>
233
234         <varlistentry>
235                 <term>guest</term>
236
237                 <listitem><para>don't prompt for a password </para></listitem>
238
239         </varlistentry>
240
241         <varlistentry>
242                 <term>iocharset</term>
243
244                 <listitem><para>Charset used to convert local path names to and from
245                 Unicode. Unicode is used by default for network path
246                 names if the server supports it. If iocharset is
247                 not specified then the nls_default specified
248                 during the local client kernel build will be used.
249                 If server does not support Unicode, this parameter is
250                 unused. </para></listitem>
251
252         </varlistentry>
253
254         <varlistentry>
255                 <term>ro</term>
256
257                 <listitem><para>mount read-only</para></listitem>
258
259         </varlistentry>
260
261         <varlistentry>
262                 <term>rw</term>
263                 <listitem><para>mount read-write</para></listitem>
264         </varlistentry>
265
266         <varlistentry>
267                 <term>setuids</term>
268                 <listitem><para>If the CIFS Unix extensions are negotiated with the server
269                 the client will attempt to set the effective uid and gid of
270                 the local process on newly created files, directories, and
271                 devices (create, mkdir, mknod). If the CIFS Unix Extensions
272                 are not negotiated, for newly created files and directories
273                 instead of using the default uid and gid specified on the
274                 the mount, cache the new file's uid and gid locally which means
275                 that the uid for the file can change when the inode is
276                 reloaded (or the user remounts the share).</para></listitem>
277         </varlistentry>
278
279         <varlistentry>
280                 <term>nosetuids</term>
281                 <listitem><para>The client will not attempt to set the uid and gid on
282                 on newly created files, directories, and devices (create,
283                 mkdir, mknod) which will result in the server setting the
284                 uid and gid to the default (usually the server uid of the
285                 user who mounted the share).  Letting the server (rather than
286                 the client) set the uid and gid is the default.If the CIFS
287                 Unix Extensions are not negotiated then the uid and gid for
288                 new files will appear to be the uid (gid) of the mounter or the
289                 uid (gid) parameter specified on the mount.</para></listitem>
290         </varlistentry>
291
292         <varlistentry>
293                 <term>perm</term>
294                 <listitem><para>Client does permission checks (vfs_permission check of uid
295                 and gid of the file against the mode and desired operation),
296                 Note that this is in addition to the normal ACL check on the
297                 target machine done by the server software.
298                 Client permission checking is enabled by default.</para></listitem>
299         </varlistentry>
300
301         <varlistentry>
302                 <term>noperm</term>
303                 <listitem><para>Client does not do permission checks.  This can expose
304                 files on this mount to access by other users on the local
305                 client system. It is typically only needed when the server
306                 supports the CIFS Unix Extensions but the UIDs/GIDs on the
307                 client and server system do not match closely enough to allow
308                 access by the user doing the mount.
309                 Note that this does not affect the normal ACL check on the
310                 target machine done by the server software (of the server
311                 ACL against the user name provided at mount time).</para></listitem>
312         </varlistentry>
313
314         <varlistentry>
315                 <term>dynperm</term>
316                 <listitem><para>Instructs the server to maintain ownership and
317 permissions in memory that can't be stored on the server. This information can disappear at any time (whenever the inode is flushed from the cache), so while this may help make some applications work, it's behavior is somewhat unreliable. See the section below on FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS for more information.
318                 </para></listitem>
319         </varlistentry>
320
321         <varlistentry>
322                 <term>directio</term>
323                 <listitem><para>Do not do inode data caching on files opened on this mount.
324                 This precludes mmaping files on this mount. In some cases
325                 with fast networks and little or no caching benefits on the
326                 client (e.g. when the application is doing large sequential
327                 reads bigger than page size without rereading the same data)
328                 this can provide better performance than the default
329                 behavior which caches reads (readahead) and writes
330                 (writebehind) through the local Linux client pagecache
331                 if oplock (caching token) is granted and held. Note that
332                 direct allows write operations larger than page size
333                 to be sent to the server. On some kernels this requires the cifs.ko module
334                 to be built with the CIFS_EXPERIMENTAL configure option.</para></listitem>
335         </varlistentry>
336
337         <varlistentry>
338                 <term>mapchars</term>
339                 <listitem><para>Translate six of the seven reserved characters (not backslash, but including the colon, question mark, pipe, asterik, greater than and less than characters)
340                 to the remap range (above 0xF000), which also
341                 allows the CIFS client to recognize files created with
342                 such characters by Windows's POSIX emulation. This can
343                 also be useful when mounting to most versions of Samba
344                 (which also forbids creating and opening files
345                 whose names contain any of these seven characters).
346                 This has no effect if the server does not support
347                 Unicode on the wire. Please note that the files created
348                 with mapchars mount option may not be accessible
349                 if the share is mounted without that option.</para></listitem>
350         </varlistentry>
351
352         <varlistentry>
353                 <term>nomapchars</term>
354                 <listitem><para>Do not translate any of these seven characters (default)</para></listitem>
355         </varlistentry>
356
357         <varlistentry>
358                 <term>intr</term>
359                 <listitem><para>currently unimplemented</para></listitem>
360         </varlistentry>
361
362         <varlistentry>
363                 <term>nointr</term>
364                 <listitem><para>(default) currently unimplemented </para></listitem>
365         </varlistentry>
366
367         <varlistentry>
368                 <term>hard</term>
369                 <listitem><para>The  program  accessing  a file on the cifs mounted file system will hang when the
370               server crashes.</para></listitem>
371         </varlistentry>
372
373         <varlistentry>
374                 <term>soft</term>
375                 <listitem><para>(default) The  program  accessing  a file on the cifs mounted file system will not hang when the server crashes and will return errors to the user application.</para></listitem>
376         </varlistentry>
377
378         <varlistentry>
379                 <term>noacl</term>
380                 <listitem><para>Do not allow POSIX ACL operations even if server would support them.</para><para>
381                 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
382                 version 3.0.10 and later.  Setting POSIX ACLs requires enabling both XATTR and
383                 then POSIX support in the CIFS configuration options when building the cifs
384                 module.  POSIX ACL support can be disabled on a per mount basis by specifying
385                 "noacl" on mount.</para>
386                 </listitem>
387         </varlistentry>
388
389         <varlistentry>
390                 <term>nocase</term>
391                 <listitem>
392                 <para>Request case insensitive path name matching (case
393                 sensitive is the default if the server suports it).
394                 </para>
395                 </listitem>
396         </varlistentry>
397
398         <varlistentry>
399                 <term>sec=</term>
400                 <listitem>
401                 <para>Security mode.  Allowed values are:</para>
402                         <itemizedlist>
403                         <listitem><para>none    attempt to connection as a null user (no name) </para></listitem>
404                         <listitem><para>krb5    Use Kerberos version 5 authentication</para></listitem>
405                         <listitem><para>krb5i   Use Kerberos authentication and packet signing</para></listitem>
406                         <listitem><para>ntlm    Use NTLM password hashing (default)</para></listitem>
407                         <listitem><para>ntlmi   Use NTLM password hashing with signing (if
408                                 /proc/fs/cifs/PacketSigningEnabled on or if
409                                 server requires signing also can be the default)</para></listitem>
410                         <listitem><para>ntlmv2  Use NTLMv2 password hashing</para></listitem>
411                         <listitem><para>ntlmv2i Use NTLMv2 password hashing with packet signing</para></listitem>
412                         </itemizedlist>
413
414                         <para>[NB This [sec parameter] is under development and expected to be available in cifs kernel module 1.40 and later]
415                 </para>
416                 </listitem>
417         </varlistentry>
418
419         <varlistentry>
420                 <term>nobrl</term>
421                 <listitem>
422                 <para>Do not send byte range lock requests to the server.
423                 This is necessary for certain applications that break
424                 with cifs style mandatory byte range locks (and most
425                 cifs servers do not yet support requesting advisory
426                 byte range locks).
427                 </para>
428                 </listitem>
429         </varlistentry>
430
431         <varlistentry>
432                 <term>sfu</term>
433                 <listitem>
434                 <para>
435                 When the CIFS Unix Extensions are not negotiated, attempt to
436                 create device files and fifos in a format compatible with
437                 Services for Unix (SFU).  In addition retrieve bits 10-12
438                 of the mode via the SETFILEBITS extended attribute (as
439                 SFU does).  In the future the bottom 9 bits of the mode
440                 mode also will be emulated using queries of the security
441                 descriptor (ACL). [NB: requires version 1.39 or later
442                 of the CIFS VFS.  To recognize symlinks and be able
443                 to create symlinks in an SFU interoperable form
444                 requires version 1.40 or later of the CIFS VFS kernel module.
445                 </para>
446                 </listitem>
447         </varlistentry>
448
449         <varlistentry>
450                 <term>serverino</term>
451                 <listitem><para>Use inode numbers (unique persistent file identifiers)
452                 returned by the server instead of automatically generating
453                 temporary inode numbers on the client.  Although server inode numbers
454                 make it easier to spot hardlinked files (as they will have
455                 the same inode numbers) and inode numbers may be persistent (which is
456                 userful for some sofware),
457                 the server does not guarantee that the inode numbers
458                 are unique if multiple server side mounts are exported under a
459                 single share (since inode numbers on the servers might not
460                 be unique if multiple filesystems are mounted under the same
461                 shared higher level directory).  Note that not all 
462                 servers support returning server inode numbers, although
463                 those that support the CIFS Unix Extensions, and Windows 2000 and
464                 later servers typically do support this (although not necessarily
465                 on every local server filesystem). Parameter has no effect if
466                 the server lacks support for returning inode numbers or equivalent.
467                 </para></listitem>
468         </varlistentry>
469
470         <varlistentry>
471                 <term>noserverino</term>
472                 <listitem><para>client generates inode numbers (rather than using the actual one
473                 from the server) by default.
474                 </para></listitem>
475         </varlistentry>
476
477         <varlistentry>
478                 <term>nouser_xattr</term>
479                 <listitem><para>(default) Do not allow getfattr/setfattr to get/set xattrs, even if server would support it otherwise. </para></listitem>
480         </varlistentry>
481
482         <varlistentry>
483                 <term>rsize=<replaceable>arg</replaceable></term>
484                 <listitem><para>default network read size (usually 16K). The client currently
485                 can not use rsize larger than CIFSMaxBufSize. CIFSMaxBufSize
486                 defaults to 16K and may be changed (from 8K to the maximum
487                 kmalloc size allowed by your kernel) at module install time
488                 for cifs.ko. Setting CIFSMaxBufSize to a very large value
489                 will cause cifs to use more memory and may reduce performance
490                 in some cases.  To use rsize greater than 127K (the original
491                 cifs protocol maximum) also requires that the server support
492                 a new Unix Capability flag (for very large read) which some
493                 newer servers (e.g. Samba 3.0.26 or later) do. rsize can be
494                 set from a minimum of 2048 to a maximum of 130048 (127K or
495                 CIFSMaxBufSize, whichever is smaller)
496
497                 </para></listitem>
498         </varlistentry>
499
500         <varlistentry>
501                 <term>wsize=<replaceable>arg</replaceable></term>
502
503                 <listitem><para>default network write size (default 57344)
504                 maximum wsize currently allowed by CIFS is 57344 (fourteen
505                 4096 byte pages)</para></listitem>
506         </varlistentry>
507          <varlistentry>
508                 <term>--verbose</term>
509                 <listitem><para>Print additional debugging information for the mount. Note that this parameter must be specified before the -o. For example:</para><para>mount -t cifs //server/share /mnt --verbose -o user=username</para></listitem>
510         </varlistentry>
511
512
513         </variablelist>
514 </refsect1>
515
516 <refsect1>
517         <title>SERVICE FORMATTING AND DELIMITERS</title>
518
519         <para>
520                 It's generally preferred to use forward slashes (/) as a delimiter in service names. They are considered to be the "universal delimiter" since they are generally not allowed to be embedded within path components on Windows machines and the client can convert them to blackslashes (\) unconditionally. Conversely, backslash characters are allowed by POSIX to be part of a path component, and can't be automatically converted in the same way.
521         </para>
522         <para>
523                 mount.cifs will attempt to convert backslashes to forward slashes where it's able to do so, but it cannot do so in any path component following the sharename.
524         </para>
525 </refsect1>
526
527 <refsect1>
528         <title>FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS</title>
529
530         <para> The core CIFS protocol does not provide unix ownership
531 information or mode for files and directories. Because of this, files
532 and directories will generally appear to be owned by whatever values the
533 uid= or gid= options are set, and will have permissions set to the
534 default file_mode and dir_mode for the mount. Attempting to change these
535 values via chmod/chown will return success but have no effect.</para>
536
537         <para>When the client and server negotiate unix extensions,
538 files and directories will be assigned the uid, gid, and mode provided
539 by the server. Because CIFS mounts are generally single-user, and the
540 same credentials are used no matter what user accesses the mount, newly
541 created files and directories will generally be given ownership
542 corresponding to whatever credentials were used to mount the
543 share.</para>
544
545         <para>If the uid's and gid's being used do not match on the
546 client and server, the forceuid and forcegid options may be helpful.
547 Note however, that there is no corresponding option to override the
548 mode. Permissions assigned to a file when forceuid or forcegid are in
549 effect may not reflect the the real permissions.</para>
550
551         <para>When unix extensions are not negotiated, it's also
552 possible to emulate them locally on the server using the "dynperm" mount
553 option. When this mount option is in effect, newly created files and
554 directories will receive what appear to be proper permissions. These
555 permissions are not stored on the server however and can disappear at
556 any time in the future (subject to the whims of the kernel flushing out
557 the inode cache). In general, this mount option is discouraged.
558         </para>
559
560         <para>It's also possible to override permission checking on the client
561 altogether via the noperm option. Server-side permission checks cannot be
562 overriden. The permission checks done by the server will always correspond to
563 the credentials used to mount the share, and not necessarily to the user who is accessing the share.</para>
564
565 </refsect1>
566
567 <refsect1>
568         <title>ENVIRONMENT VARIABLES</title>
569
570         <para>
571                 The variable <emphasis>USER</emphasis> may contain the username of the
572 person to be used to authenticate to the server.
573 The variable can be used to set both username and
574 password by using the format username%password.
575         </para>
576         
577         <para>
578                 The variable <emphasis>PASSWD</emphasis> may contain the password of the
579 person using the client.
580         </para>
581
582         <para>
583                 The variable <emphasis>PASSWD_FILE</emphasis> may contain the pathname
584 of a file to read the password from. A single line of input is
585 read and used as the password.
586         </para>
587
588 </refsect1>
589
590 <refsect1>
591         <title>NOTES</title>
592         
593         <para>This command may be used only by root, unless installed setuid, in which case the noeexec and nosuid mount flags are enabled. When installed as a setuid program, the program follows the conventions set forth by the mount program for user mounts.</para>
594
595         <para>
596         Some samba client tools like smbclient(8) honour client-side
597         configuration parameters present in smb.conf. Unlike those
598         client tools, <emphasis>mount.cifs</emphasis> ignores smb.conf
599         completely.
600         </para>
601
602 </refsect1>
603
604 <refsect1>
605         <title>CONFIGURATION</title>
606                 <para>
607 The primary mechanism for making configuration changes and for reading 
608 debug information for the cifs vfs is via the Linux /proc filesystem.
609 In the directory <filename>/proc/fs/cifs</filename> are various 
610 configuration files and pseudo files which can display debug information.  
611 There are additional startup options such as maximum buffer size and number
612 of buffers which only may be set when the kernel cifs vfs (cifs.ko module) is 
613 loaded.  These can be seen by running the modinfo utility against the file
614 cifs.ko which will list the options that may be passed to cifs during module
615 installation (device driver load).
616 For more information see the kernel file <filename>fs/cifs/README</filename>.
617 </para>
618 </refsect1>
619
620 <refsect1>
621         <title>BUGS</title>
622
623         <para>Mounting using the CIFS URL specification is currently not supported.
624         </para>
625
626         <para>The credentials file does not handle usernames or passwords with
627                 leading space.</para>
628
629         <para>
630 Note that the typical response to a bug report is a suggestion
631 to try the latest version first. So please try doing that first,
632 and always include which versions you use of relevant software
633 when reporting bugs (minimum: mount.cifs (try mount.cifs -V), kernel (see /proc/version) and
634 server type you are trying to contact.
635 </para>
636 </refsect1>
637
638
639
640 <refsect1>
641         <title>VERSION</title>
642
643         <para>This man page is correct for version 1.52 of 
644         the cifs vfs filesystem (roughly Linux kernel 2.6.24).</para>
645 </refsect1>
646
647 <refsect1>
648         <title>SEE ALSO</title>
649         <para>
650         Documentation/filesystems/cifs.txt and fs/cifs/README in the linux kernel
651         source tree may contain additional options and information.
652 </para>
653         <para><citerefentry><refentrytitle>umount.cifs</refentrytitle>
654         <manvolnum>8</manvolnum></citerefentry></para>
655
656 </refsect1>
657
658 <refsect1>
659         <title>AUTHOR</title>
660         
661         <para>Steve French</para>
662
663         <para>The syntax and manpage were loosely based on that of smbmount. It 
664                 was converted to Docbook/XML by Jelmer Vernooij.</para>
665
666         <para>The maintainer of the Linux cifs vfs and the userspace
667                 tool <emphasis>mount.cifs</emphasis> is <ulink url="mailto:sfrench@samba.org">Steve French</ulink>.
668                 The <ulink url="mailto:linux-cifs-client@lists.samba.org">Linux CIFS Mailing list</ulink> 
669                 is the preferred place to ask questions regarding these programs. 
670         </para>
671
672 </refsect1>
673
674 </refentry>