From owner-freebsd-questions Tue Sep 5 23:09:39 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA01353 for questions-outgoing; Tue, 5 Sep 1995 23:09:39 -0700 Received: from calweb.calweb.com (calweb.calweb.com [165.90.138.3]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id XAA01347 for ; Tue, 5 Sep 1995 23:09:37 -0700 Received: from web3 by calweb.calweb.com via ESMTP (8.6.12/940406.SGI.AUTO) for id XAA09526; Tue, 5 Sep 1995 23:10:18 -0700 Received: (rdugaue@localhost) by web3 (8.6.12/8.6.9) id XAA28736; Tue, 5 Sep 1995 23:10:17 -0700 Date: Tue, 5 Sep 1995 23:10:17 -0700 (PDT) From: Robert Du Gaue To: questions@freebsd.org Subject: NFS mounts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@freebsd.org Precedence: bulk I asked this a few weeks ago, but got no response. What is the suggest settings to NFS mount drives between FreeBSD machines? I'd like the machines to *not* hang should the other go down also! And when the downed machine comes back that everything comes back gracefully... Here's what I used now: web1.calweb.com:/u1 /u1 nfs rw,soft,intr,bg 0 0 web2.calweb.com:/u2 /u2 nfs rw,soft,intr,bg 0 0 web2.calweb.com:/ftp /ftp nfs rw,soft,intr,bg 0 0 web2.calweb.com:/misc /misc nfs rw,soft,intr,bg 0 0