CVS update: samba/source/client

Andrew Tridgell tridge at samba.anu.edu.au
Sat Sep 25 18:41:04 EST 1999


Date:	Saturday September 25, 1999 @ 18:41
Author:	tridge

Update of /data/cvs/samba/source/client
In directory samba:/tmp/cvs-serv24039

Modified Files:
      Tag: SAMBA_2_0
	smbmnt.c smbmount.c 
Log Message:
new smbmount and smbmnt code that is compatible with /bin/mount so you
can do:
	mount -t smb -o user=USER,passwd=PASSWORD //server/share /path 

it also supports the following options:

        user=<arg>                      SMB username
        passwd=<arg>                    SMB password
        netbiosname=<arg>               source NetBIOS name
        uid=<arg>                       mount uid or username
        gid=<arg>                       mount gid or groupname
        port=<arg>                      remote SMB port number
        fmask=<arg>                     file umask
        dmask=<arg>                     directory umask
        debug=<arg>                     debug level
        ip=<arg>                        destination host or IP address
        workgroup=<arg>                 workgroup on destination
        sockopt=<arg>                   TCP socket options
        scope=<arg>                     NetBIOS scope
        guest                           don't prompt for a password
        ro                              mount read-only
        rw                              mount read-write



More information about the samba-cvs mailing list