From owner-freebsd-questions@FreeBSD.ORG Tue May 3 22:59:26 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 8060616A4D0 for ; Tue, 3 May 2005 22:59:26 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F3743D54 for ; Tue, 3 May 2005 22:59:25 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1759042wra for ; Tue, 03 May 2005 15:59:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cnd2JLSSjDpnVvSzjiHJxIuHOshEx9LY8WSxHd+cYCjWrbkwM9XeYhPdaNLe1w4NhEIuZ2b6NfhcMbKVQoGlUlguongRvM1SbKJ1+72wjeZTle5ieILRnu0JlVDXmQljlm/FcMzospbezLDYnDTQEGotwQn92azPFoRsHexL+54= Received: by 10.54.114.18 with SMTP id m18mr1355256wrc; Tue, 03 May 2005 15:59:20 -0700 (PDT) Received: by 10.54.71.9 with HTTP; Tue, 3 May 2005 15:59:20 -0700 (PDT) Message-ID: <781e2bc00505031559329d3c88@mail.gmail.com> Date: Tue, 3 May 2005 15:59:20 -0700 From: Benjamin Keating To: Xian In-Reply-To: <200504291302.17532.ian@codepad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1295756504.20050429155217@mail.ru> <200504291302.17532.ian@codepad.net> cc: freebsd-questions@freebsd.org Subject: Re: NFS mounting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benjamin Keating List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 22:59:26 -0000 So putting NFs mounts in the background, via fstab would look like this(?): nfs.myserver.com:/usr/ports /usr/ports nfs rw,-b 0 0 (is the -b in the right place? I don't have a test environment to check this setting) Thanks! - bpk On 4/29/05, Xian wrote: > On Friday 29 April 2005 12:52, 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? > > > > > > With best regards, [MCP, MCSD] > > Vyacheslav mailto:dvg_lab@mail.ru > > Origin: <--=3D<< DVG_Lab >>=3D--> > > >=20 > The bg option would background the mount and it would try every minute ti= ll it > works. man mount_nfs explains all. >=20 > -- > /Xian >=20 > "Kind words can be short and easy to speek but their echos are truly endl= ess" > Mother Theresa > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >