Hello, I want to mount a w2k directory in my linux (Debian), I execute this command smbmount //PC_INFORMATICA3/COMPARTIR /home/cpl/COMPARTIR -o username=xxx ip=10.x.x.x workgroup=DOMINIOTV Password= ... Session setup failed : ERRDOS - ERRnoaccess (Access denied) SMB connection failed the passwodr is OK, but the error is always the same, please, can you help me? thank you. - Cesar
On 8 Oct 2001, Cesar Petisco wrote:> I want to mount a w2k directory in my linux (Debian), I execute this > command > > smbmount //PC_INFORMATICA3/COMPARTIR /home/cpl/COMPARTIR -o > username=xxx ip=10.x.x.x workgroup=DOMINIOTVTry: -o username=xxx,ip=10.x.x.x,workgroup=DOMINIOTV Should not be space between the options. /Urban