From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 23:44:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E87D216A41F for ; Mon, 19 Dec 2005 23:44:07 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2675343D5D for ; Mon, 19 Dec 2005 23:44:06 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so437103nfa for ; Mon, 19 Dec 2005 15:44:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hEl4P97r1GEOZPDFTUuZRqSFIfBZ2j27kMCyzRKizD4PyorOORnl7tgiKH5uvIRbgnZ9ZOSKwa32mpi4KPId0n4JLMwO7a0jFGAGUiuwxLE9PQGUSwEWq2yiiItMmcJO9kbPDa/HTpuF0hAYER1YXFuWBzRP6seZ8tnxzvFddKI= Received: by 10.48.219.18 with SMTP id r18mr275936nfg; Mon, 19 Dec 2005 15:44:04 -0800 (PST) Received: by 10.48.229.16 with HTTP; Mon, 19 Dec 2005 15:44:04 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 00:44:04 +0100 From: Thomas Linton To: Ivan Roth In-Reply-To: <43A6A2E0.9050109@free.fr> MIME-Version: 1.0 References: <43A6A2E0.9050109@free.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 23:44:08 -0000 Besides umount, to keep the FS consistant, I belive it would be necessary t= o actually turn off the USB stick before you remove it. With Windows and Linu= x there is also a way to safety remove -power off- a USB stick. On 12/19/05, Ivan Roth wrote: > > Thomas Linton wrote: > > My USB stick works fine, but I can't figure out how to safty unplug the > USB > > stick. The LED on my stick is always on; if i try "camcontrol stop da0" > or > > "camcontrol eject da0" it stays on. > > > > Under Linux the "eject" command turns the LED (Power) off. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > > I am not really sure about this but isn't umount your key enough ? > > If not, I am interested in the solution cause I only mount/unmount my > key. No trouble at this point. > > Regards, Ivan. > >