From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 19:47:51 2004 Return-Path: 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 3096116A4CE for ; Sun, 26 Sep 2004 19:47:51 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E59543D2F for ; Sun, 26 Sep 2004 19:47:50 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id i8QJljTN008222; Sun, 26 Sep 2004 21:47:45 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.13.1/8.13.1/Submit) id i8QJli9V008221; Sun, 26 Sep 2004 21:47:44 +0200 (CEST) (envelope-from karelj) Date: Sun, 26 Sep 2004 21:47:44 +0200 From: "Karel J. Bosschaart" To: Ivan Voras Message-ID: <20040926194744.GA8196@kayjay.xs4all.nl> References: <41555396.4030009@fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41555396.4030009@fer.hr> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: USB memory stick hotswap problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 26 Sep 2004 19:47:51 -0000 On Sat, Sep 25, 2004 at 01:16:38PM +0200, Ivan Voras wrote: > What is the expected behavour when umounting USB drives which have > already been unplugged? :) > I'm sure I'm not the only one who often forgets to umount these thingies > when leaving the site I'm working at the moment, so it should probably > be something other than what I always encounter (BETA5): > > Any ideas how to solve or circumevent these problems? (Aside from "don't > do that"). I'm using mtools (and mtoolsfm as a graphical frontend) for accessing my USB memory stick. This does not require mounting the device. A disadvantage is that this only works for devices with a FAT filesystem. Karel.