From owner-freebsd-questions@FreeBSD.ORG Mon May 28 20:06:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C4B916A4A0 for ; Mon, 28 May 2007 20:06:34 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id A8E0B13C50E for ; Mon, 28 May 2007 20:06:33 +0000 (UTC) (envelope-from pfraser@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so972552uge for ; Mon, 28 May 2007 13:06:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GIeow2h1gt8+ZEKQ3glG16btQUbqFCZufGk77DRbtONE7FiYDX3uuHNa/Gl6hOPTyHLaRCck/bCZpuEqThgSfxAzAjR5UkOmA0xEcbyDuCHncAG9XWBiMV7NGUVsSx4ct0grXI191AH6OEAe/axEim3K2cwAMe10lqjI8p6eYKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aTbxtqBpoDv5Mozu/pzKMHZIEVrrJIcPK1kAKARoF9/XoGiEWgg2jPPB14nQbtPO4EpbfCaAf9iO/rLqtJdR8gjZ7pldqbRxVx/HK94EaTJkOTQUZRx8OEhFi0p9tGbXD4EK4Ge82UNDdR+UC27bRjoj/1bz3RVmTA/J5Oz5AGI= Received: by 10.82.191.3 with SMTP id o3mr11449097buf.1180382792390; Mon, 28 May 2007 13:06:32 -0700 (PDT) Received: by 10.82.174.14 with HTTP; Mon, 28 May 2007 13:06:32 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 06:06:32 +1000 From: "Paul Fraser" To: "Zbigniew Szalbot" , freebsd-questions@freebsd.org In-Reply-To: <4123.192.168.11.11.1180352741.squirrel@lists.lc-words.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4123.192.168.11.11.1180352741.squirrel@lists.lc-words.com> Cc: Subject: Re: auto mounting newtork shares X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 20:06:34 -0000 Hi, Essentially, yes. Fstab is the appropriate place. To get you started, here's (from memory) a line in my fstab file. (Sorry for the top-post and vagueness by the way, typing from my mobile while on the train to work...) server:/path/to/host/share /mount/path/on/guest nfs rw,tcp,intr,other_options_here 0 0 Best of luck, Paul Fraser On 5/28/07, Zbigniew Szalbot wrote: > Hello, > > A couple of days ago someone pointed me to mount_nfs to mount network file > share (thanks!). And now I wonder what I need to do to automatically mount > it at boot time. > > Is this done by editing fstab? But how do I save the password that needs > to be given while mounting the share? > > Thank you in advance! > > -- > Zbigniew Szalbot > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Paul Fraser