Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/umount.cifs.8

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "UMOUNT.CIFS" 8 "" "" ""
     1.\"     Title: umount.cifs
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: System Administration tools
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "UMOUNT\.CIFS" "8" "05/21/2008" "Samba 3\.0" "System Administration tools"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214umount.cifs - for normal, non-root users, to unmount their own Common Internet File System (CIFS) mounts
    2315.SH "SYNOPSIS"
    2416.HP 1
    25 umount.cifs {mount-point} [-nVvhfle]
     17umount\.cifs {mount\-point} [\-nVvhfle]
    2618.SH "DESCRIPTION"
    2719.PP
    2820This tool is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    32 umount.cifs unmounts a Linux CIFS filesystem. It can be invoked indirectly by the
     24umount\.cifs unmounts a Linux CIFS filesystem\. It can be invoked indirectly by the
    3325\fBumount\fR(8)
    34 command when umount.cifs is in /sbin directory, unless you specify the "-i" option to umount. Specifying -i to umount avoids execution of umount helpers such as umount.cifs. The umount.cifs command only works in Linux, and the kernel must support the cifs filesystem. The CIFS protocol is the successor to the SMB protocol and is supported by most Windows servers and many other commercial servers and Network Attached Storage appliances as well as by the popular Open Source server Samba.
     26command when umount\.cifs is in /sbin directory, unless you specify the "\-i" option to umount\. Specifying \-i to umount avoids execution of umount helpers such as umount\.cifs\. The umount\.cifs command only works in Linux, and the kernel must support the cifs filesystem\. The CIFS protocol is the successor to the SMB protocol and is supported by most Windows servers and many other commercial servers and Network Attached Storage appliances as well as by the popular Open Source server Samba\.
    3527.PP
    36 The umount.cifs utility detaches the local directory
    37 \fBmount-point\fR
    38 from the corresponding UNC name (exported network resource) and frees the associated kernel resources. It is possible to set the mode for umount.cifs to setuid root (or equivalently update the /etc/permissions file) to allow non-root users to umount shares to directories for which they have write permission. The umount.cifs utility is typically not needed if unmounts need only be performed by root users, or if user mounts and unmounts can rely on specifying explicit entries in /etc/fstab See
     28The umount\.cifs utility detaches the local directory
     29\fImount\-point\fR
     30from the corresponding UNC name (exported network resource) and frees the associated kernel resources\. It is possible to set the mode for umount\.cifs to setuid root (or equivalently update the /etc/permissions file) to allow non\-root users to umount shares to directories for which they have write permission\. The umount\.cifs utility is typically not needed if unmounts need only be performed by root users, or if user mounts and unmounts can rely on specifying explicit entries in /etc/fstab See
    3931.PP
    4032\fBfstab\fR(5)
    4133.SH "OPTIONS"
    4234.PP
    43 --verbose
    44 .RS 3n
     35\-\-verbose
     36.RS 4
    4537print additional debugging information
    4638.RE
    4739.PP
    48 --no-mtab
    49 .RS 3n
     40\-\-no\-mtab
     41.RS 4
    5042Do not update the mtab even if unmount completes successfully (/proc/mounts will still display the correct information)
    5143.RE
    5244.SH "NOTES"
    5345.PP
    54 This command is normally intended to be installed setuid (since root users can already run unmount). An alternative to using umount.cifs is to add specfic entries for the user mounts that you wish a particular user or users to mount and unmount to /etc/fstab
     46This command is normally intended to be installed setuid (since root users can already run unmount)\. An alternative to using umount\.cifs is to add specfic entries for the user mounts that you wish a particular user or users to mount and unmount to /etc/fstab
    5547.SH "CONFIGURATION"
    5648.PP
    57 The primary mechanism for making configuration changes and for reading debug information for the cifs vfs is via the Linux /proc filesystem. In the directory
     49The primary mechanism for making configuration changes and for reading debug information for the cifs vfs is via the Linux /proc filesystem\. In the directory
    5850\fI/proc/fs/cifs\fR
    59 are various configuration files and pseudo files which can display debug information. For more information see the kernel file
    60 \fIfs/cifs/README\fR.
     51are various configuration files and pseudo files which can display debug information\. For more information see the kernel file
     52\fIfs/cifs/README\fR\.
    6153.SH "BUGS"
    6254.PP
    63 At this time umount.cifs does not lock the mount table using the same lock as the umount utility does, so do not attempt to do multiple unmounts from different processes (and in particular unmounts of a cifs mount and another type of filesystem mount at the same time).
     55At this time umount\.cifs does not lock the mount table using the same lock as the umount utility does, so do not attempt to do multiple unmounts from different processes (and in particular unmounts of a cifs mount and another type of filesystem mount at the same time)\.
    6456.PP
    65 If the same mount point is mounted multiple times by cifs, umount.cifs will remove all of the matching entries from the mount table (although umount.cifs will actually only unmount the last one), rather than only removing the last matching entry in /etc/mtab. The pseudofile /proc/mounts will display correct information though, and the lack of an entry in /etc/mtab does not prevent subsequent unmounts.
     57If the same mount point is mounted multiple times by cifs, umount\.cifs will remove all of the matching entries from the mount table (although umount\.cifs will actually only unmount the last one), rather than only removing the last matching entry in /etc/mtab\. The pseudofile /proc/mounts will display correct information though, and the lack of an entry in /etc/mtab does not prevent subsequent unmounts\.
    6658.PP
    67 Note that the typical response to a bug report is a suggestion to try the latest version first. So please try doing that first, and always include which versions you use of relevant software when reporting bugs (minimum: umount.cifs (try umount.cifs -V), kernel (see /proc/version) and server type you are trying to contact.
     59Note that the typical response to a bug report is a suggestion to try the latest version first\. So please try doing that first, and always include which versions you use of relevant software when reporting bugs (minimum: umount\.cifs (try umount\.cifs \-V), kernel (see /proc/version) and server type you are trying to contact\.
    6860.SH "VERSION"
    6961.PP
    70 This man page is correct for version 1.34 of the cifs vfs filesystem (roughly Linux kernel 2.6.12).
     62This man page is correct for version 1\.34 of the cifs vfs filesystem (roughly Linux kernel 2\.6\.12)\.
    7163.SH "SEE ALSO"
    7264.PP
    73 Documentation/filesystems/cifs.txt and fs/cifs/README in the linux kernel source tree may contain additional options and information.
     65Documentation/filesystems/cifs\.txt and fs/cifs/README in the linux kernel source tree may contain additional options and information\.
    7466.PP
    7567\fBmount.cifs\fR(8)
     
    7870Steve French
    7971.PP
    80 The syntax was loosely based on the umount utility and the manpage was loosely based on that of mount.cifs.8. The man page was created by Steve French
     72The syntax was loosely based on the umount utility and the manpage was loosely based on that of mount\.cifs\.8\. The man page was created by Steve French
    8173.PP
    8274The maintainer of the Linux cifs vfs and the userspace tool
    83 \fBumount.cifs\fR
     75\fIumount\.cifs\fR
    8476is
    85 Steve French. The
     77Steve French\. The
    8678Linux CIFS Mailing list
    87 is the preferred place to ask questions regarding these programs.
    88 
     79is the preferred place to ask questions regarding these programs\.
Note: See TracChangeset for help on using the changeset viewer.