I seem to be having a problem mounting a shared folder which is on a computer which is part of a domain. /bin/mount -t smbfs -o username=fred,password=test,debug=9 //Etherial/HGF /mnt/cdrom 5526: session setup failed: ERRSRV - 2239 SMB connection failed Any Ideas
On Fri, 20 Apr 2001, Robert Harrison wrote:> I seem to be having a problem mounting a shared folder which is on a > computer which is part of a domain. > > /bin/mount -t smbfs -o username=fred,password=test,debug=9 //Etherial/HGF > /mnt/cdromYou may need to give the domain name too, try adding a workgroup=mydomain option to the parameter list. If you already have that in your smb.conf you shouldn't need it. Also, check if you have the same problem with smbclient. /Urban