• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I mount a windows share in Linux?

puffpio

Golden Member
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?
 
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
 
he always gets a 'SMB connection failed' message

and other windows users can access my share so I dunno what is wrong
 
And is SMB Signing enabled? Last time I tried it didn't work properly with Samba, although it's been a while.
 
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.
 
Back
Top