Gates1026
09-09-2003, 06:43 PM
I am trying to mount a RedHat 9.0 machine to an NT machine. I can connect from other machines just fine (Linux and windows). This machine however will not connect, here is the command that I use......
$ sudo mount -t smbfs -o username=<username>,password=<passwd> //my/share/ /mnt/smb/my/share/
I want to be able to sudo so I can mount the NT share as a user other than root (there are many users that will be accessing this share on a daily basis). Here is the error that I get........
4779: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
Does anyone know of any setting that would block my access to the NT share, either on the RedHat box or the NT box? I tried the exact same command on a different machine and it worked just fine.
Any help would be greatly appreciated :)
Thanks all
$ sudo mount -t smbfs -o username=<username>,password=<passwd> //my/share/ /mnt/smb/my/share/
I want to be able to sudo so I can mount the NT share as a user other than root (there are many users that will be accessing this share on a daily basis). Here is the error that I get........
4779: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
Does anyone know of any setting that would block my access to the NT share, either on the RedHat box or the NT box? I tried the exact same command on a different machine and it worked just fine.
Any help would be greatly appreciated :)
Thanks all