Hi All, I would like to be able to mount a SMB NT Share on a NT4.0 network. I am currently trying to run the following command : mount -t smbfs -o username=lloydl,password=Fiver //(Server IPaddress)/(share) /mnt/dvs/ITVSERVER And I get : 2622: session request to 192.168.36.6 failed (called name no present) 2622: session request to 192 failed (called name not present) 2622: session setup failed: ERRDOS - ERRnoaccess (access denied) SMB connection failed Thanks Lloyd -------------- next part -------------- HTML attachment scrubbed and removed
You find this in any docs or howtos. Use this syntaks for source and dest. address. "\\\\server\\share" '/mnt/dvs/ITSERVER' --- root <lloydl@cat..co.za> skrev: > Hi All,> > I would like to be able to mount a SMB NT Share on a > NT4.0 network. I am > currently trying to run the following command : > > mount -t smbfs -o username=lloydl,password=Fiver > //(Server > IPaddress)/(share) /mnt/dvs/ITVSERVER > > And I get : > > 2622: session request to 192.168.36.6 failed (called > name no present) > 2622: session request to 192 failed (called name not > present) > 2622: session setup failed: ERRDOS - ERRnoaccess > (access denied) > SMB connection failed > > Thanks > Lloyd >______________________________________________________ Se den nye Yahoo! Mail p? http://no.yahoo.com/ Nytt design, enklere ? bruke, alltid tilgang til Adressebok, Kalender og Notisbok
Freitag den 20.09.2002 um 11:29 CEST +0200, schrieb root:> Hi All, > > I would like to be able to mount a SMB NT Share on a NT4.0 network. I am > currently trying to run the following command : > > mount -t smbfs -o username=lloydl,password=Fiver //(Server > IPaddress)/(share) /mnt/dvs/ITVSERVER > > And I get : > > 2622: session request to 192.168.36.6 failed (called name no present) > 2622: session request to 192 failed (called name not present) > 2622: session setup failed: ERRDOS - ERRnoaccess (access denied) > SMB connection failedHave you tried smbclient first? Is a connection with smbclient possible? "smbclient -L ServerIPaddress -U username" will show you the shares. smbclient //(ServerIPaddress)/(share) \ -U username \ -W workgroup/domainname If this runs, you can start to mount via smbfs. -- Frank Matthie? fm@Microdata-pos.de