From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 11:40:00 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 C322816A4CE for ; Tue, 28 Sep 2004 11:40:00 +0000 (GMT) Received: from kendy.up.ac.za (kendy.up.ac.za [137.215.101.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F4043D2D for ; Tue, 28 Sep 2004 11:39:59 +0000 (GMT) (envelope-from marc@bowtie.nl) Received: from hades.cs.up.ac.za ([137.215.40.17]) by kendy.up.ac.za with esmtp (Exim 4.24) id 1CCGKn-0007Yz-P9 for current@freebsd.org; Tue, 28 Sep 2004 13:39:53 +0200 Received: (qmail 31323 invoked from network); 28 Sep 2004 13:39:49 +0200 Received: from b040pc123.up.ac.za (HELO ?137.215.40.123?) (137.215.40.123) by hades.cs.up.ac.za with SMTP; 28 Sep 2004 13:39:49 +0200 Message-ID: <41594D85.4090801@bowtie.nl> Date: Tue, 28 Sep 2004 13:39:49 +0200 From: Marc van Kempen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Karel J. Bosschaart" References: <41555396.4030009@fer.hr> <20040926194744.GA8196@kayjay.xs4all.nl> In-Reply-To: <20040926194744.GA8196@kayjay.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scan-Signature: 86a257ba36387872d985681b528cced9 cc: current@freebsd.org cc: Ivan Voras 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: Tue, 28 Sep 2004 11:40:00 -0000 Karel J. Bosschaart wrote: >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. > > > A nice feature of kde is (I wasn't aware of this until recently) is that it can use mtools transparantly in konqueror, just specify floppy:/ as the url, where drive letter is the one that you would use with mtools. Possibly the gnome file manager can do something similar. cheers, Marc.