From owner-freebsd-usb@FreeBSD.ORG Thu Mar 24 10:00:16 2005 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F84B16A4CE for ; Thu, 24 Mar 2005 10:00:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54EB743D39 for ; Thu, 24 Mar 2005 10:00:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2OA0GYW060737 for ; Thu, 24 Mar 2005 10:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2OA0G9t060736; Thu, 24 Mar 2005 10:00:16 GMT (envelope-from gnats) Date: Thu, 24 Mar 2005 10:00:16 GMT Message-Id: <200503241000.j2OA0G9t060736@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Fireball Subject: Re: kern/72119: Detaching USB Memory Stick w/o umount causes zombie devfs node X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fireball List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 10:00:16 -0000 The following reply was made to PR kern/72119; it has been noted by GNATS. From: Fireball To: Julian Elischer Cc: freebsd-gnats-submit@freebsd.org, Ian Dowse , freebsd-usb@freebsd.org, Poul-Henning Kamp Subject: Re: kern/72119: Detaching USB Memory Stick w/o umount causes zombie devfs node Date: Thu, 24 Mar 2005 10:50:44 +0100 > I believe that the device node continues to exist until the dead mount > is forcibly unmounted.. You believe wrongly. While it is unfortunate that my original problem report has no line breaks, I did write that a umount -f on the device node after pulling the USB plug did NOT help. I HAD to delete and manually recreate the device node, before I could mount the USB stick again. This is the main issue. -- Jonas Nagel