1 .\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $
7 .Nd "mount a shared resource from an SMB file server"
10 .Op Fl E Ar cs1 : Ns Ar cs2
13 .Op Fl M Ar crights : Ns Ar srights
15 .Op Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup
16 .Op Fl R Ar retrycount
26 .No // Ar user No @ Ar server No / Ar share
32 command mounts a share from a remote server using SMB/CIFS protocol.
34 The options are as follows:
35 .Bl -tag -width indent
36 .It Fl E Ar cs1 : Ns Ar cs2
43 Do not use NetBIOS name resolver and connect directly to
45 which can be either a valid DNS name or an IP address.
49 for lower/upper case conversion routines.
50 Set the locale for case conversion.
53 tries to use an environment variable
56 .It Fl M Ar crights : Ns Ar srights
57 Assign access rights to the newly created connection.
62 Do not ask for a password.
67 file for additional configuration parameters and a password.
68 If no password is found,
71 .It Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup
72 Assign owner/group attributes to the newly created connection.
76 .It Fl R Ar retrycount
77 How many retries should be done before the SMB requester decides to drop
80 Timeout in seconds for each request.
82 This option specifies the workgroup to be used in the authentication request.
86 option which affects name representation.
88 can be one of the following:
89 .Bl -tag -width ".Em Value"
93 All existing file names are converted to lower case.
94 Newly created file gets a lower case.
96 All existing file names are converted to upper case.
97 Newly created file gets an upper case.
99 .It Fl f Ar mode , Fl d Ar mode
100 Specify permissions that should be assigned to files and directories.
101 The values must be specified as octal numbers.
102 Default value for the file mode
103 is taken from mount point, default value for the directory mode adds execute
104 permission where the file mode gives read permission.
106 Note that these permissions can differ from the rights granted by SMB
108 .It Fl u Ar uid , Fl g Ar gid
109 User ID and group ID assigned to files.
110 The default are owner and group IDs from
111 the directory where the volume is mounted.
112 .It No // Ns Ar user Ns @ Ns Ar server Ns / Ns Ar share
117 as the NetBIOS name of remote computer,
119 as the remote user name and
121 as the resource name on a remote server.
126 .Bl -tag -width ".Pa ~/.nsmbrc" -compact
128 Keeps static parameters for connections and other information.
130 .Pa ./examples/dot.nsmbrc
134 The following example illustrates how to connect to SMB server
142 .Bd -literal -offset indent
143 mount_smbfs -I samba.mydomain.com //guest@samba/public /smb/public
144 mount_smbfs -I 192.168.20.3 -E koi8-r:cp866 //guest@samba/tmp /smb/tmp
147 It is possible to use
151 .Dl "//guest@samba/public /smb/public smbfs rw,noauto 0 0"
153 Please report bugs to the author.
155 .An Boris Popov Aq bp@butya.kz ,