What kernel version are you using??? <[EMAIL PROTECTED]> wrote:
> I can't figure how to mount SMB shares... > > "smbclient //servif3/user4if -U jzago" works just fine but I would like to > mount this share to /mnt/servif3. smbclient works with _any_ kernel version (2.0.x, 2.1.x, and 2.2.0prex). > "Usage: smbmount-2.1.x service <password> [-p port] [-d debuglevel] > [-l log]" it seems like smbclient. where does I provide the mount point? smbmount does not!!! If you use a 2.0.x kernel or a 2.1.x (x < 70), you need the smbfs package (version 2.0.2, IIRC). If you use a 2.1.x (x >= 70) or later, you need the smbfsx package. smbmount from package smbfs and smbmount-2.1.x from package smbfsx have different syntax. Check the man pages. peloy.-