From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 01:48:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB0001065752 for ; Fri, 29 Aug 2008 01:47:59 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 168768FC0C for ; Fri, 29 Aug 2008 01:47:58 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id m7T1lvGb020655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Aug 2008 08:47:57 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id m7T1ltml031889; Fri, 29 Aug 2008 08:47:55 +0700 (ICT) Date: Fri, 29 Aug 2008 08:47:55 +0700 (ICT) Message-Id: <200808290147.m7T1ltml031889@banyan.cs.ait.ac.th> From: Olivier Nicole To: lenzi@k1.com.br In-reply-to: <1219930558.46207.3.camel@localhost> (message from User Lenzi on Thu, 28 Aug 2008 10:35:58 -0300) References: <200808280656.m7S6uR9H017806@banyan.cs.ait.ac.th> <1219930558.46207.3.camel@localhost> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: How to eject an USB disk on FreeBSD 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: Fri, 29 Aug 2008 01:48:03 -0000 > > Is there a command in FreeBSD that ejects a USB disk like in Windows? > > > > I mount the USB disk with automount daemone (amd). > > > > > You have to umnount it using the umount command > usually umount /mountpount does the tick.... The disk is mounted by automout daemon (amd), so any access to the disk will remount it, even if it has been umount'ed. Olivier