I have Samba running on a Linux computer and I can connect to it from Windows. It also appears in Explorer as one of the workstations of our domain. When I try to mount from another Linux computer: smbmount //samba/software /aaa -o username=me,workgroup=wg,password=pass I get an error 11127: session setup failed: ERRDOS - ERRnoaccess (Access denied.) On the Samba server, winbindd is running, as are smbd and nmbd. Does anyone have any suggestion for finding out what the problem is? Thanks Peter
> smbmount //samba/software /aaa -o username=me,workgroup=wg,password=pass > 11127: session setup failed: ERRDOS - ERRnoaccess (Access denied.)So your username and/or password must be wrong - you don't need to specify the workgroup, however if you're part of a domain you'll probably need the "domain=xxx" option on the command line. Make sure you're using the *exact* username and password as you'd use when logging in to the Windows box. Cheers, Adam.