From owner-freebsd-stable@FreeBSD.ORG Thu Jul 19 14:46:55 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78EB016A408 for ; Thu, 19 Jul 2007 14:46:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB8D13C47E for ; Thu, 19 Jul 2007 14:46:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l6JEhVLu085243; Thu, 19 Jul 2007 08:43:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Jul 2007 08:43:36 -0600 (MDT) Message-Id: <20070719.084336.-749249732.imp@bsdimp.com> To: baldur@foo.is From: "M. Warner Losh" In-Reply-To: <20070718145954.GX36311@gremlin.foo.is> References: <200707181142.27240.idiotbg@gmail.com> <200707180839.50113.josh@tcbug.org> <20070718145954.GX36311@gremlin.foo.is> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 19 Jul 2007 08:43:31 -0600 (MDT) Cc: freebsd-stable@freebsd.org Subject: Re: removing external usb hdd without unmounting causes reboot? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 14:46:55 -0000 In message: <20070718145954.GX36311@gremlin.foo.is> Baldur Gislason writes: : I vaguely remember being able to yank out USB drives in 5.x and just make : usbd execute a forced umount without any problems. FAT32 drives mind you. : On 6.2 I haven't even been able to unplug a USB drive even if I unmount it : first, always results in a kernel panic. This has never worked. Not even on 5.x. Or 4.10. I've tested these both recently accidentally... Warner