From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 13:08:27 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 D083016A419 for ; Tue, 16 Oct 2007 13:08:27 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 75B4013C4A6 for ; Tue, 16 Oct 2007 13:08:27 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so95335uge for ; Tue, 16 Oct 2007 06:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=6Nwqz+PRzW9pEQX01kA4qawld+XxEj0dOLcQvRrkths=; b=a+n5lTaJGjaiQGpW2qbSty1Swob0yYIy3weYlxJ4SvbYOqXv0BX6z6wD4qq+1stqr4fmY9K8kNHSsDdbneoKJKw6mwf3Kw7WfIu9YY2IyRMszfUOGL+MZ3w8zkqEDwMvblh9st/lnvaAfkRzIQQpsH2T7ZbxmMY2ERXSa4FvWRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=SrFGyP9+nuXdb2egy6rSEhct73qCcwxZ5Sqtp4uRs2wJXevKeYyFcZD4TeymSgPwVFnPhYFS6jfGQqvlFE1oEIxLzuwVLq0Ay6hE8oUzLmJf7k3d6qiPf5oCJ2TWJmoavw9aYHXwcH3T+gNqq5mA7Jpj7gZoyFDghLTUMVYmw6I= Received: by 10.66.244.11 with SMTP id r11mr9105536ugh.1192540105807; Tue, 16 Oct 2007 06:08:25 -0700 (PDT) Received: by 10.66.238.13 with HTTP; Tue, 16 Oct 2007 06:08:25 -0700 (PDT) Message-ID: Date: Tue, 16 Oct 2007 09:08:25 -0400 From: "Tsu-Fan Cheng" To: "Lowell Gilbert" In-Reply-To: <44ir572srz.fsf@Lowell-Desk.lan> MIME-Version: 1.0 References: <47145458.2090201@yahoo.com> <44ir572srz.fsf@Lowell-Desk.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 13:08:27 -0000 1. plug in the drive 2. read your dmesg, look for device such as da0 (for me) 3. su as root, run "mount_msdos /dev/da0s1 /mnt then check /mnt, u should be able to use it now after u finish, 4. umount -f /mnt TFC On 10/16/07, Lowell Gilbert wrote: > > 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. > _______________________________________________ > 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" >