|
smbmount - tree connect failed
hi there
it was offered to me, to use linux in the company im working for
so i did it, but now to my problem with samba
a domain is used, the dc and the server is a windows 2003 machine, so i need to connect to the ms network
so i want to mount some directories on the server and tried the following
smbmount //server/home/usr /windows/home -o username=usr,password=pwd,workgroup=domain,uid=xxx,gid=xxx,debug=4
when using this command following error is returned
added interface ip='myip' bcast='bcastip' nmask=255.255.255.0
resolve_lmhosts: Attempting lmhosts lookup for name 'server'<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
resolve_hosts: Attempting host lookup for name 'server'<0x20>
Connecting to serverip at port 139
5022: session request ok
5022: session setup ok
5022: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
as guest i can connect but have no ntfs based rights on that directory
i was also able to connect with kde without any problem, with my username 'usr' and my password 'pwd'
[global]
workgroup = domain
os level = 2
time server = Yes
unix extensions = Yes
encrypt passwords = yes
map to guest = Bad User
printing = CUPS
printcap name = CUPS
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
wins support = No
veto files = /*.eml/*.nws/riched20.dll/*.{*}/
security = user
thx in advance
Last edited by m.b; 04-29-2004 at 04:26 AM.
|