From ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Feb 2003 22:14:04 +0000 Subject: Regenerate (This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e) --- docs/htmldocs/smbmount.8.html | 84 ++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 41 deletions(-) (limited to 'docs/htmldocs/smbmount.8.html') diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index 81a3ac04b2..bc9fcf72e2 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -5,7 +5,7 @@ >smbmount

smbmount

mount.smbfs by - the mount(8)mount(8) command when using the "-t smbfs" option. This command only works in Linux, and the kernel must support the smbfs filesystem.

log.smbmount. The - . The smbmount smbmount process may also be called mount.smbfs.

smbmount - calls smbmnt(8)smbmnt(8) to do the actual mount. You must make sure that

OPTIONS

credentials=<filename>

specifies a file that contains a username - and/or password. The format of the file is:

specifies a file that contains a username and/or password. 
+The format of the file is:
+
		username = <value>
-		password = <value>
-		
-

username = <value> +password = <value>

This is preferred over having passwords in plaintext in a shared file, such as sets the TCP socket options. See the smb.conf - smb.conf(5)

ENVIRONMENT VARIABLES

BUGS

SEE ALSO

FreeBSD also has a smbfs, but it is not related to smbmount

For Solaris, HP-UX and others you may want to look at - smbsh(1) or at other - solutions, such as sharity or perhaps replacing the SMB server with - a NFS server.

For Solaris, HP-UX and others you may want to look at smbsh(1) or at other solutions, such as + Sharity or perhaps replacing the SMB server with a NFS server.

AUTHOR

The conversion of this manpage for Samba 2.2 was performed - by Gerald Carter