From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 10:59:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C424916A4BF for ; Tue, 9 Sep 2003 10:59:05 -0700 (PDT) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D46943FB1 for ; Tue, 9 Sep 2003 10:59:04 -0700 (PDT) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd07.aul.t-online.de by mailout09.sul.t-online.com with smtp id 19wmlT-00015S-07; Tue, 09 Sep 2003 19:58:55 +0200 Received: from techfak.uni-bielefeld.de (V8Qps0ZCwei2BnaAodd9Upm+520DooiEO+XUgv545RLWyokfTfN4ET@[217.255.152.200]) by fmrl07.sul.t-online.com with esmtp id 19wmlO-01bXhg0; Tue, 9 Sep 2003 19:58:50 +0200 Message-ID: <3F5E14E5.7000703@techfak.uni-bielefeld.de> Date: Tue, 09 Sep 2003 19:59:01 +0200 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: "Christoph P. Kukulies" References: <200309080805.h8885RT13026@accms33.physik.rwth-aachen.de> <200309081712.59846.tbstep@tampabay.rr.com> <200309082358.05763.michael@gargantuan.com> <20030909072259.GA25697@gilberto.physik.rwth-aachen.de> In-Reply-To: <20030909072259.GA25697@gilberto.physik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: V8Qps0ZCwei2BnaAodd9Upm+520DooiEO+XUgv545RLWyokfTfN4ET@t-dialin.net cc: "Michael W. Oliver" cc: freebsd-questions@freebsd.org cc: Todd Stephens Subject: Re: USB stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 17:59:05 -0000 Christoph P. Kukulies wrote: > Only drawback, which probably cannot be solved, to automatically unmount :-) > when the user is about to pull the stick. > > Is there a detach line? Yes, there is. But it is too late. If you pull the stick the system gets noticed, but can't unmount it because the device is physically no longer available. Same problem on every system. Hendrik