From owner-freebsd-stable@FreeBSD.ORG Sat Jul 21 17:49:55 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542E416A418 for ; Sat, 21 Jul 2007 17:49:55 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp3.sbb.co.yu (smtp3.sbb.co.yu [82.117.194.23]) by mx1.freebsd.org (Postfix) with ESMTP id C2A9913C47E for ; Sat, 21 Jul 2007 17:49:54 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from mycenae.net (cable-89-216-167-189.dynamic.sbb.co.yu [89.216.167.189]) by smtp3.sbb.co.yu (8.13.7/8.13.7) with ESMTP id l6LHnpkU011379 for ; Sat, 21 Jul 2007 19:49:51 +0200 Received: by mycenae.net (Postfix, from userid 1001) id B77B0B914; Sat, 21 Jul 2007 19:50:21 +0200 (CEST) Date: Sat, 21 Jul 2007 19:50:21 +0200 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20070721175021.GA909@mycenae.net> References: <20070721120016.AFC0A16A62A@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070721120016.AFC0A16A62A@hub.freebsd.org> X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: 3.6 X-SBB-Spam-Level: XXXXXXX 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: Sat, 21 Jul 2007 17:49:55 -0000 > From: Norberto Meijome > i can eject the disk just fine (which in itself is weird, i think).... the device is still there... > umount /dev/cd0 > works fine and off it goes. other than that, no, i havent tried to access the device in question I never saw that behaviour. It really should not eject. As you, I use scsi emulation, with no acd device at all. This topic is extremely interesting. For me, unmounting usb device is not so hard to do. I remember -r flag to mount with just read option. So, if hand follows the brain impuls, put another impuls to unmount it first. Zoran