From owner-freebsd-stable Tue Dec 25 18:59:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 2CFA837B405 for ; Tue, 25 Dec 2001 18:59:55 -0800 (PST) Received: from mail2.uniserve.com ([204.244.156.10]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 16J4ID-00060V-00; Tue, 25 Dec 2001 18:59:45 -0800 Date: Tue, 25 Dec 2001 18:59:45 -0800 (PST) From: Tom X-Sender: tom@athena.uniserve.ca To: Yonatan Bokovza Cc: "'freebsd-stable@freebsd.org'" Subject: Re: 4.5-PRERELEASE smbfs resolving issues In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 25 Dec 2001, Yonatan Bokovza wrote: > asd# mount_smbfs //guest@asdasd/mp3-i /mnt > mount_smbfs: can't get server address: syserr = Operation timed out > > [Won't resolve with /etc/hosts] > > asd# mount_smbfs //guest@192.168.100.101/mp3-i /mnt > mount_smbfs: server name '192.168.100.101' too long ... In the //user@server/share parameter, the server is supposed to be the NetBIOS name of the server, not a hostname or an IP. You should probably use the "-I" parameter to specify the IP or hostname of the server. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message