Hello, I have problem with mounting win-2003-server shared directory. # mount -t smbfs //server/data /mnt/smb/data/ -o \ username=login,workgroup=domain Password: # # mount <cut> //server/data on /mnt/smb/data type smbfs (rw) # # cd /mnt/smb # # ls data # # ls -l ls: data: Permission denied total 0 # # umount /mnt/smb/data # # ls -l total 4 drwxr-xr-x 2 root root 4096 Jan 11 14:00 data
I can mount shared dir (//server/data) into /mnt/smb/data (without error message), but I can't read it. I try mount with umask, dmak, fmask (dir_mode, file_mode), but result is same. When I use smbclient, I can browse server's directory. When I mount shared directory from windows-xp, I don't have any problems. I can mount and use it. Any ideas? os: debian (testing) kernel: 2.4.27, or 2.6.9 smbclient version: 3.0.10-1 smbfs version: 3.0.10-1 mount version: 2.12 thanks martin

