From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 11:39:00 2007 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 4930316A417 for ; Tue, 16 Oct 2007 11:39:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 34C4413C44B for ; Tue, 16 Oct 2007 11:39:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 6E1782842F; Tue, 16 Oct 2007 07:38:57 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 3E0571CC34; Tue, 16 Oct 2007 07:38:57 -0400 (EDT) To: williamkow References: <47145458.2090201@yahoo.com> From: Lowell Gilbert Date: Tue, 16 Oct 2007 07:38:56 -0400 In-Reply-To: <47145458.2090201@yahoo.com> (williamkow@yahoo.com's message of "Tue\, 16 Oct 2007 14\:04\:08 +0800") Message-ID: <44ir572srz.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How to mount USB memory (Thumb Drive) and then to copy files 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: Tue, 16 Oct 2007 11:39:00 -0000 williamkow writes: > Could anybody assist me on how to mount a USB memory drive/thumb drive, > so that I can copy file to and from it. Thank you. Or, alternatively, install the mtools port, which will let you copy files back and forth without mounting the device into your filesystem. Much less danger of removing it without remembering to unmount it.