From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 16:08:34 2003 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 095D416A4CE for ; Sun, 23 Nov 2003 16:08:34 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4F443FF2 for ; Sun, 23 Nov 2003 16:08:32 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hAO08VNW011021; Sun, 23 Nov 2003 19:08:31 -0500 (EST) Message-ID: <3FC14BFE.1020004@mindcore.net> Date: Sun, 23 Nov 2003 19:08:30 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: RYAN vAN GINNEKEN References: <3FC114D9.40805@shaw.ca> <3FC13515.6060008@mindcore.net> <3FC12B80.3060006@shaw.ca> In-Reply-To: <3FC12B80.3060006@shaw.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@Freebsd.org Subject: Re: remote mount hangs sysstem 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: Mon, 24 Nov 2003 00:08:34 -0000 RYAN vAN GINNEKEN wrote: > this is my fstabs file could you please explain where i enter and set > values for the -R and -b options > > # See the fstab(5) manual page for important information on automatic > mounts > # of network filesystems before modifying this file. > # > # Device Mountpoint FStype Options > Dump Pass# > /dev/ad0s2b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s4e /usr ufs rw 2 2 > /dev/ad0s3e /var ufs rw 2 2 > proc /proc procfs rw 0 0 > > #------------------------------------------------------------------------------ > > #remote mounts > #------------------------------------------------------------------------------ > > v21.higcoup.ca:/usr/src > /mnt/v21.highcoup.ca/usr/src nfs r > noauto 0 0 > v21.higcoup.ca:/usr/local/ect > /mnt/v21.highcoup.ca/usr/local/etc nfs r noauto > 0 0 > change this: v21.higcoup.ca:/usr/src /mnt/v21.highcoup.ca/usr/src nfs r noauto 0 0 to: v21.higcoup.ca:/usr/src /mnt/v21.highcoup.ca/usr/src nfs r,bg,intr 0 0 and likewise for the second NFS entry...you should still specifiy a timeout, but you'll have to decide on one..and the system will boot with those options with the NFS server down.. Scott