From owner-freebsd-questions Wed Mar 6 11:57:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18721 for questions-outgoing; Wed, 6 Mar 1996 11:57:17 -0800 (PST) Received: from tomcat1.tbe.com (tomcat1.tbe.com [140.165.31.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA18713 for ; Wed, 6 Mar 1996 11:57:12 -0800 (PST) Received: from [140.165.210.81] by tomcat1.tbe.com via SMTP (940816.SGI.8.6.9/940406.SGI.AUTO) id NAA11016; Wed, 6 Mar 1996 13:56:43 -0600 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 6 Mar 1996 13:56:50 -0600 To: John Hay From: dkelly@tomcat1.tbe.com (David Kelly) Subject: Re: When an NFS server croaks... amd? Cc: questions@freebsd.org Sender: owner-questions@freebsd.org Precedence: bulk At 1:23 PM 3/6/96, John Hay wrote: >> >> 140.165.31.92:/disk9/dkelly /disk9 nfs rw,soft,intr,bg 0 0 >> >> Am using the above line in /etc/fstab to mount an NFS filesystem. At the >> moment the remote system has lost its mind. What is the best way to make my >> FreeBSD system forget about this mount? "umount -f /disk9" blocks until >> something times out. I could comment it out of /etc/fstab and reboot but >> that's not sporting. >> >Try "umount -f 140.165.31.92:/disk9/dkelly". I had the same problem. It was worth a try: PeeCee: {35} umount -f 140.165.31.92:/disk9/dkelly umount: /disk9: Device busy PeeCee: {36} umount -f 140.165.31.92:/disk9 umount: 140.165.31.92:/disk9: not currently mounted PeeCee: {37} df ^C PeeCee: {38} ls /disk9 ^C PeeCee: {39} w 1:45PM up 1 day, 22:25, 2 users, load averages: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE WHAT dkelly p0 PowerMac 1:41PM 11 df dkelly p1 PowerMac 1:41PM - w PeeCee: {40} Not sure how long that "df" will block until it gives up. Did I forget to mention this is 2.1R running the shipping GENERIC kernel? -- David Kelly N4HHE, dkelly@tomcat1.tbe.com (wk), dkelly@hiwaay.net (hm) ====================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.