View previous topic :: View next topic |
Author |
Message |
ellicit n00b
Joined: 16 Dec 2002 Posts: 37
|
Posted: Sat May 15, 2004 1:54 am Post subject: SMB connection failed |
|
|
I make a statment like:
Code: | mount //enterprise/G /mnt/DVD -t smbfs |
I get:
Code: | 5111: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed |
What reasons could I be getting this, and what can I do about it? Basically, I want to mount my DVD drive from my Windows 2000 box and be able to use it in Gentoo. How?
Thanks,
Steve |
|
Back to top |
|
|
kezzla Apprentice
Joined: 21 Aug 2003 Posts: 253 Location: Austin, TX
|
Posted: Sat May 15, 2004 4:24 am Post subject: |
|
|
On the win2k box, the user sharing the drive must have a password you login with. Use the windows login info in the mount command:
Try this:
Code: | # mount -t smbfs -o username=windowsuserid,password=xxxx //enterprise/g /mnt/DVD |
cheers |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|