Hi,
I don't know why smbmount doesn't work. My samba version is 3.0.0.
Remote server (192.168.1.1) is running samba 3.0.0 too. Both are linux machines.
1) If I try to mount a existing share i get this
/usr/local/samba/bin/smbmount //192.168.1.1/PAVFN /monta
added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0
Password:
smbfs/init_mount: execv of smbmnt failed. Error was No such file or
directory.smbmnt failed: 1
2) If I try to mount an unexisting share i get this:
/usr/local/samba/bin/smbmount //192.168.1.1/zzz /monta
added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0
Password:
12316: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)
SMB connection failed
3) If I try with a wrong password i get this:
/usr/local/samba/bin/smbmount //192.168.1.1/PAVFN /monta
added interface ip=192.168.1.200 bcast=192.168.1.255 nmask=255.255.255.0
Password:
12204: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
It looks like that samba answer consecuently, but doesn't mount existing
shares.
Thanks for your help in advance.