Results 1 to 9 of 9
Trying to mount a network drive on a windows 2003 server share but all I get is this access denied message:
Code:
smbmount //sow-sr-003/wikidb /mnt/backup -o username=toryan@cc3-sbhs.internal
Password:
4996: session ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-12-2008 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 6
[Samba] trouble mounting windows 2003 shares - Access Denied
Trying to mount a network drive on a windows 2003 server share but all I get is this access denied message:
I've checked the permissions for the share on the windows 2003 server, and the user has full control over the folder. The server name and path are correct, and I'm entering the correct password.Code:smbmount //sow-sr-003/wikidb /mnt/backup -o username=toryan@cc3-sbhs.internal Password: 4996: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed
I have googled for this and come up with many results but nothing that seems to fit. It seems there may be some problem with samba itself, but I don't understand it well enough to diagnose.
Anyone have any ideas?
- 11-12-2008 #2
how about this
also, do you have mount.cifs, I have better luck with that sometimes.Code:smbmount //sow-sr-003/wikidb /mnt/backup -o username=DOMAIN/toryan
- 11-12-2008 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 6
No luck with domain/username, unfortunately, and mount.cifs returns:
Code:sow-wiki:/etc/samba# mount.cifs //sow-sr-003/wikidb /mnt/backup user=cc3-sbhs.internal/toryan Password: mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
- 11-12-2008 #4
are you root, I think only root can mount
- 11-12-2008 #5
- 11-12-2008 #6
not sure then, this is the command I use
Code:mount.cifs //fqdn/c$ /home/DOMAIN/username/mnt -o username=domain/myusername
- 11-12-2008 #7Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
Windows domains have different security levels depending on their compatibility mode. You will also probably have better luck using the NETBIOS domain name instead of the full ADS name with suffix.
Code:user=cc3-sbhs/toryan
* I am guessing that the domain netBIOS name is cc3-sbhs
- 11-12-2008 #8
try
Code:smbmount //sow-sr-003/wikidb /mnt/backup -o username=toryan,workgroup=cc3-sbhs.internal
- 11-19-2008 #9Just Joined!
- Join Date
- Nov 2008
- Location
- Sao Paulo
- Posts
- 3
trouble mounting windows 2003 shares - Access Denied


Reply With Quote

