Hello,
I have a linux RHEL4 machine, trying to mount Windows XP SP2 or W2K shared direcotry.
running the following:
mount -t smbfs -o username=domain/username,password=password //PC-machine/shared_dir /mnt
- or -
smbmont -o username=domain/username,password=password //PC-machine/shared_dir /mnt
give me the same problem: "session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed."
I must say that running the following command works fine:
Smbclient –U domain/username //PC-machine/shared_dir
Where is the problem? on the linux side? the win side? I don't know
Should I configure the /etc/samba/smb.conf? I have no shared on the linux side.
Thanks in advance!!
I have a linux RHEL4 machine, trying to mount Windows XP SP2 or W2K shared direcotry.
running the following:
mount -t smbfs -o username=domain/username,password=password //PC-machine/shared_dir /mnt
- or -
smbmont -o username=domain/username,password=password //PC-machine/shared_dir /mnt
give me the same problem: "session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed."
I must say that running the following command works fine:
Smbclient –U domain/username //PC-machine/shared_dir
Where is the problem? on the linux side? the win side? I don't know
Should I configure the /etc/samba/smb.conf? I have no shared on the linux side.
Thanks in advance!!