Thanks.  The smbclient works fine.

Now I need to mount this dir that I can access through smbclient.

I cant seem to find smbmount anywhere.  mount doesnt work either.

Thanks in advance.

/ Niklas


"Ow Mun Heng" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]


> -----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



-- 
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