Hi, My Samba server is a Pentium 200 over SuSE Linux 6.4. My samba client is a pentium 120 with win98. I've configured Samba and I can access files in the server and even print. But when I try to mount the HD of the client with smbmount (mount -t smbfs....) I get this: #mount -t smbfs -o username=eduardo //obelix/Data /mnt Password: tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) SMB connection failed mount: backgrounding "//OBELIX/Data" Password: tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) SMB connection failed I have followed DIAGNOSIS.txt and everything goes right, and I have compiled smbfs support in the kernel. Where is the problem?
On Wed, 4 Oct 2000, Eduardo Diaz Uriarte wrote:> #mount -t smbfs -o username=eduardo //obelix/Data /mnt > Password: > tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) > SMB connection failed > mount: backgrounding "//OBELIX/Data" > Password: > tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) > SMB connection failed > > I have followed DIAGNOSIS.txt and everything goes right, and I have > compiled smbfs support in the kernel.'mount -t smbfs' has trouble asking for a password on the prompt it tries to display. Does it work any better if you run smbmount directly or if you give a password=something on the commandline? /Urban