From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 18:36:49 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 2359D106566B for ; Wed, 1 Dec 2010 18:36:49 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id EBD2E8FC15 for ; Wed, 1 Dec 2010 18:36:48 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id EFC9026282C3 for ; Wed, 1 Dec 2010 12:37:07 -0600 (CST) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lxPYhwwGnIfJ for ; Wed, 1 Dec 2010 12:37:04 -0600 (CST) Received: from [10.0.1.5] (70-89-202-1-invergrove-mn.hfc.comcastbusiness.net [70.89.202.1]) by server.cwis.biz (Postfix) with ESMTPSA id 2C75D26282C2 for ; Wed, 1 Dec 2010 12:37:04 -0600 (CST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) From: Ryan Coleman In-Reply-To: <20101201131025.5d192c65@scorpio> Date: Wed, 1 Dec 2010 12:36:43 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20101201170000.0305126f@core.draftnet> <20101201131025.5d192c65@scorpio> To: FreeBSD X-Mailer: Apple Mail (2.1082) 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 18:36:49 -0000 On Dec 1, 2010, at 12:10 PM, Jerry wrote: > On Wed, 1 Dec 2010 17:00:00 +0000 > Bruce Cran articulated: >=20 >> 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 >>=20 >> 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. >=20 > I believe that exFAT is the default in Windows 7. In any case, there = is > no support for it in FreeBSD; although I believe there is support, > rudimentary perhaps, in Linux. >=20 > Wikipedia (http://en.wikipedia.org/wiki/ExFAT#Licensing) As the page says, it's READ ONLY in Linux... kinda pathetic. Thanks, = Microsoft, for changing things AGAIN so you cannot be shared safely with = others. Any thoughts on when hey might require their users to wear latex gloves = when using something other than Windows? -- Ryan=