> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Niklas Berglund
> How do I get samba to mount a directory on my win 2k server 
> box which is on
> the same network.

try either smbclient or using mount or using smbmount

something like smbclient -L \\server will get you the shares available

smbclient \\\\server\\sharename

*note the "\". it's not a typo.

 mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test



--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to