From owner-freebsd-current@FreeBSD.ORG Mon Oct 10 11:34:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5623F16A41F for ; Mon, 10 Oct 2005 11:34:11 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CB643D48 for ; Mon, 10 Oct 2005 11:34:10 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9ABY7V9002460; Mon, 10 Oct 2005 14:34:08 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9ABX31b003342; Mon, 10 Oct 2005 14:33:03 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9ABX2YI003341; Mon, 10 Oct 2005 14:33:02 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 10 Oct 2005 14:33:02 +0300 From: Giorgos Keramidas To: Gregory Nou Message-ID: <20051010113302.GA3284@flame.pc> References: <434A492B.9010206@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434A492B.9010206@altern.org> Cc: freebsd-current@freebsd.org Subject: Re: umounting a usbkey causes reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 11:34:11 -0000 On 2005-10-10 12:57, Gregory Nou wrote: > hi, > > when I made a umount -f on my usbkey, I experienced a reboot. > > I did this : > # mount /dev/da0 /mnt > unplugged the usbkey, add a file from another computer, replugged it You have to unmount the file system before unplugging the USB device. > # ls > the new files did not appear > # umount -f /dev/da0 > instant reboot... This is a known problem. Unmount the USB device before unplugging it and all should be fine.