From owner-freebsd-questions Thu Jan 6 12:36:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id A166E14FAD for ; Thu, 6 Jan 2000 12:36:27 -0800 (PST) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id PAA28676; Thu, 6 Jan 2000 15:36:48 -0500 (EST) (envelope-from bsdx@looksharp.net) Date: Thu, 6 Jan 2000 15:36:48 -0500 (EST) From: Adam To: cjclark@home.com Cc: FreeBSD Questions Subject: Re: Hung NFS Mount In-Reply-To: <200001062031.PAA20493@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >root 17693 0.0 0.2 288 36 p0- D 2:53PM 0:00.03 umount -f /usr/ports > I good hint I've heard before is to use umount -f host:/export instead of the mountpoint, because when you specify the mountpoint on a hung mount it tries to stat() it, which if course it is going to hang. Also mounting in the first place with the intr option might be useful. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message