From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 13:17:07 2005 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 A925516A4CE for ; Fri, 29 Apr 2005 13:17:07 +0000 (GMT) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B7343D53 for ; Fri, 29 Apr 2005 13:17:06 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout1-sn1.fre.skanova.net (7.1.026.7) id 42650A3B002A6063 for freebsd-questions@freebsd.org; Fri, 29 Apr 2005 15:17:05 +0200 Received: (qmail 38625 invoked by uid 1001); 29 Apr 2005 13:17:05 -0000 Date: Fri, 29 Apr 2005 15:17:05 +0200 From: Erik Trulsson To: Vyacheslav Druzhinin Message-ID: <20050429131704.GA38558@falcon.midgard.homeip.net> Mail-Followup-To: Vyacheslav Druzhinin , freebsd-questions@freebsd.org References: <1295756504.20050429155217@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1295756504.20050429155217@mail.ru> User-Agent: Mutt/1.5.9i cc: freebsd-questions@freebsd.org Subject: Re: NFS mounting 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: Fri, 29 Apr 2005 13:17:07 -0000 On Fri, Apr 29, 2005 at 03:52:17PM +0400, Vyacheslav Druzhinin wrote: > Hello freebsd-questions, > > I've added the nfs mounting point on my workstation to the /etc/fstab like this: > nfs.myserver.com:/usr/ports /usr/ports nfs 0 0 > > When nfs.myserver.com is reachable everything is ok. But if > nfs.myserver.com is down my workstation can't startup and hangs on > at boot screen until nfs.myserver.com become up. > > Is it possible to skeep the mounting of nfs volume when nfs server > is not reachable? Yes, it is possible. Read the mount_nfs(8) manpage for the details. -- Erik Trulsson ertr1013@student.uu.se