From owner-freebsd-hackers Tue Dec 3 14:12:47 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15648 for hackers-outgoing; Tue, 3 Dec 1996 14:12:47 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA15640 for ; Tue, 3 Dec 1996 14:12:42 -0800 (PST) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.8.3/8.6.6) with ESMTP id PAA00422; Tue, 3 Dec 1996 15:11:10 -0700 (MST) Message-Id: <199612032211.PAA00422@rover.village.org> To: Terry Lambert Subject: Re: But it didn't work. Cc: hackers@FreeBSD.org In-reply-to: Your message of "Tue, 03 Dec 1996 14:45:31 MST." <199612032145.OAA14694@phaeton.artisoft.com> References: <199612032145.OAA14694@phaeton.artisoft.com> Date: Tue, 03 Dec 1996 15:11:10 -0700 From: Warner Losh Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk : You are running UFS on the drive, right? Yes. Why wouldn't lsof show anything, yet umount think the drive is still busy? I don't know the answer to that, but it smells to me like some kind of refcount bug somewhere. I don't know the kernel FS code well enough to know where or why or how at this point. Nor do I know how to recreate it :-(. umount -f did work, however. Warner