Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 29 Apr 2004 18:15:11 -0700 (PDT) Received: from omx2.sgi.com (mtvcafw.sgi.com [192.48.171.6]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i3U1EvKO018897 for ; Thu, 29 Apr 2004 18:14:57 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with SMTP id i3U3MvmN013602 for ; Thu, 29 Apr 2004 20:23:07 -0700 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA27762; Fri, 30 Apr 2004 11:14:15 +1000 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id i3U1EEln028881; Fri, 30 Apr 2004 11:14:14 +1000 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id i3U1EC1t028897; Fri, 30 Apr 2004 11:14:12 +1000 (EST) Date: Fri, 30 Apr 2004 11:14:12 +1000 From: Nathan Scott To: johann.lombardi@free.fr, Eric Sandeen Cc: linux-xfs@oss.sgi.com Subject: Re: Unsupported sector size Message-ID: <20040430111412.A28855@wobbly.melbourne.sgi.com> References: <200404292134.23178.johann.lombardi@free.fr> <1083269720.22208.30.camel@stout.americas.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1083269720.22208.30.camel@stout.americas.sgi.com>; from sandeen@sgi.com on Thu, Apr 29, 2004 at 03:15:21PM -0500 X-archive-position: 2970 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 640 Lines: 21 On Thu, Apr 29, 2004 at 03:15:21PM -0500, Eric Sandeen wrote: > Hm, sector_size is gleaned from the underlying block device, via > xfs_getsize_buftarg, which calls block_size, which gets > bdev->bd_block_size. > > so, the message you got is correct I think - the filesystem was made The message is indeed correct. You should have got a warning from mkfs.xfs when you created the filesystem flagging this as a problem too - did you? (cos if not, thats a driver bug that should be fixed). > with 512b sectors, your device supports only 4k sectors. hence: > > XFS: device supports only 4096 byte sectors (not 512) cheers. -- Nathan