From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 01:41:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE5816A4CE for ; Thu, 4 Nov 2004 01:41:23 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B8543D41 for ; Thu, 4 Nov 2004 01:41:23 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwd146.neoplus.adsl.tpnet.pl [83.29.227.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 3A9DA4019; Thu, 4 Nov 2004 02:41:03 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 7F346A55A; Thu, 4 Nov 2004 02:40:56 +0100 (CET) Date: Thu, 4 Nov 2004 02:40:56 +0100 From: Radek Kozlowski To: Mark Jayson Alvarez Message-ID: <20041104014056.GR45424@werd> References: <20041104010547.4471.qmail@web51604.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20041104010547.4471.qmail@web51604.mail.yahoo.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: How can I specify the ipaddress in smbfs entry in fstab? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 01:41:23 -0000 On Wed, Nov 03, 2004 at 05:05:47PM -0800, Mark Jayson Alvarez wrote: > Good day! > I wanted to mount our samba server whenever my > computer boots so I added an entry in fstab like this > > > mountpt > //guest@samba/mp3s /mp3 > > > but I have no idea how will I specify the ip address > of the server. > > using the mount_smbfs, I can mount it by providing the > "-I ipaddress" option. > > Do you know how will I tell the fstab to add that > information? I've been reading the fstab manpages and > also the mount_smbfs but nothing helps. //guest@samba/mp3s /mp3 smbfs -I=192.168.1.1,noauto ... -Radek