I am trying to access a share that is located on a NT 4 server that is also the PDC for the domain. I have been able to join the domain from the Linux server using "smbpasswd -j <NT_DOMAIN> -r <NT_PDC>" which seemed to work as planned. I can mount the remote share just fine but can not create files or list files on it. To me it looks like a problem with the user permissions on the NT server....but I need to cover my a** before I say thats the problem. The client swears that the permissions are setup right on the NT box. Oh, I am able to use smbclient to logon to the remote NT system but get the same permission errors....cant list and cant create files. Thanks for any tips on getting this sorted out. Dave Thomas dave@geekforhire.net sasx4:~% smbclient \\\\sun_net\\liveupdt <pass removed> added interface ip=192.168.21.246 bcast=192.168.21.255 nmask=255.255.255.0 Got a positive name query response from 192.168.21.252 ( 192.168.21.252 ) Password: Domain=[SUNBURY_DOM] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] smb: \> dir ERRDOS - ERRnoaccess (Access denied.) listing \* 52901 blocks of size 262144. 35339 blocks available smb: \> ls ERRDOS - ERRnoaccess (Access denied.) listing \* 52901 blocks of size 262144. 35339 blocks available smb: \> quit