How do I mount a windows share in Linux?

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
I'm aware of doing commands like these:
mount -t smbfs -o username=administrator,password=password,debug=4 //windowsservername/temp$ /mnt/share
smbmount -o username=<valid NT Login>, password=<Valid NT Account Passwd> //windowsservername/temp$ /mnt/share

but what if the authetication is on a domain and not to the login to the actual windows box itself?
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
smbmount -o username=domain\\username, password=password \\windowsservername\sharename /mnt/share
 

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
haha iv'e tried everythiong...for some reason my linux coworker cannot connect to my win2k share on my computer..even though he can connect to other windows file servers using the same types of commands
 

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
he always gets a 'SMB connection failed' message

and other windows users can access my share so I dunno what is wrong
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
And is SMB Signing enabled? Last time I tried it didn't work properly with Samba, although it's been a while.
 

Panther505

Senior member
Oct 5, 2000
560
0
0
I think that nothingman hit it on the head. This was a problem that I saw earlier this year with the first W2K3 install that my IT pple did. Have your linux user try to log in using smbclient and see what it says. If it is the signing then you will see the error there. Also what version of Samba is he using? If it is not > 3.0 then the samba signing will be problematic at the least.