From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 01:39:31 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9724C106564A for ; Fri, 1 Jun 2012 01:39:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 533AA8FC08 for ; Fri, 1 Jun 2012 01:39:31 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q511dUVY085460; Thu, 31 May 2012 19:39:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q511dU9T085457; Thu, 31 May 2012 19:39:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 31 May 2012 19:39:30 -0600 (MDT) From: Warren Block To: Jens Schweikhardt In-Reply-To: <20120531155704.GA2828@schweikhardt.net> Message-ID: References: <20120531155704.GA2828@schweikhardt.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 31 May 2012 19:39:30 -0600 (MDT) Cc: questions@freebsd.org Subject: Re: How to use an external USB3.0 drive with 4k sectors? 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, 01 Jun 2012 01:39:31 -0000 On Thu, 31 May 2012, Jens Schweikhardt wrote: > so I decided to try two HW technology advancements in one go. > I have a brand new shiny 1TB USB3.0 external disk, that when plugged > to an USB2(two!) reports > > da5 at umass-sim2 bus 2 scbus6 target 0 lun 0 > da5: Fixed Direct Access SCSI-2 device > da5: 40.000MB/s transfers > da5: 953869MB (244190646 4096 byte sectors: 255H 63S/T 15200C) > > (The vendor, Jmicron, has put an NTFS on it, with a disk manual as a pdf file. > Strangely, I cannot mount it with > # ll /dev/da5* > crw-r----- 1 root operator 0, 236 May 31 15:05 /dev/da5 > crw-r----- 1 root operator 0, 237 May 31 15:05 /dev/da5s1 > # mount -t ntfs -o ro /dev/da5s1 /mnt > mount_ntfs: /dev/da5s1: Invalid argument > ) It may not actually be an NTFS filesystem. Try # file -s /dev/da5s1 Much more likely to be a USB problem than something to do with block size.