From owner-freebsd-questions Fri Aug 25 09:52:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA17356 for questions-outgoing; Fri, 25 Aug 1995 09:52:20 -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 JAA17350 for ; Fri, 25 Aug 1995 09:52:18 -0700 Received: from web1 by calweb.calweb.com via ESMTP (8.6.12/940406.SGI.AUTO) for id JAA06905; Fri, 25 Aug 1995 09:52:18 -0700 Received: (rdugaue@localhost) by web1 (8.6.9/8.6.9) id JAA05169; Fri, 25 Aug 1995 09:52:18 -0700 Date: Fri, 25 Aug 1995 09:52:18 -0700 (PDT) From: Robert Du Gaue To: questions@freebsd.org Subject: NFS mounting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@freebsd.org Precedence: bulk Is there a recommended /fstab entry for mounting paritions over NFS and FreeBSD machines? Seems like everytime I have a machine go down all the other machines that have a partition(s) mounted from that machine hang. And when the failed machine comes back up the other machines are still messed up and have to be rebooted before the parition is usable again. My current setting is: web2:/u2 /u2 nfs rw,soft,intr,bg 0 0 web3:/disk2/ftp /ftp nfs rw,soft,intr,bg 0 0 web3:/disk2/misc /misc nfs rw,soft,intr,bg 0 0