Hello, I have trouble getting smbsh to work. Unfortunately I could not find sufficient documentation on the web. /smb seems to be empty: $./smbsh -W Ntdomain_1 -U myname -d 2 Password: smbsh$ ls /smb UX:ls: ERROR: Cannot access /smb: No such file or directory smbsh$ What is the problem? I have not edited any settings/password files. I have tried both Samba-2.2.2 and Samba-2.2.1 on UnixWare 7.1.1 ---------------------------------------------------------------------- This works: ./smbclient //host.domain.com/tmp -U myname%mypasswd -d 2 -s ./smb.conf smb: ?> ls when smb.conf is: ?global? log level = 1 max log size = 1000 socket options = TCP_NODELAY IPTOS_LOWDELAY guest ok = no workgroup=Ntdomain_1