From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 17:00:13 2010 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 00DC9106564A for ; Wed, 1 Dec 2010 17:00:12 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id A6C638FC12 for ; Wed, 1 Dec 2010 17:00:12 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id F3EEBE7154; Wed, 1 Dec 2010 17:00:11 +0000 (GMT) Received: from core.draftnet (client-86-31-8-12.midd.adsl.virginmedia.com [86.31.8.12]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 1 Dec 2010 17:00:10 +0000 (GMT) Date: Wed, 1 Dec 2010 17:00:00 +0000 From: Bruce Cran To: Chris Brennan Message-ID: <20101201170000.0305126f@core.draftnet> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: USB Thumb Drive 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: Wed, 01 Dec 2010 17:00:13 -0000 On Wed, 1 Dec 2010 11:47:26 -0500 Chris Brennan wrote: > [root@BlackDragon [~]# kldload ntfs (just so I can read from the > device and copy what I wanted off it) > [root@BlackDragon [~]# mount -t ntfs /dev/da0 /mnt/thumb > mount_ntfs: /dev/da0: Invalid argument I think Windows defaults to FAT32 on removable drives, so you might need to use '-t msdosfs' instead. In newer versions of Windows you can also format disks using exFAT which I don't believe is supported in the open source world yet. -- Bruce Cran