From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [ANNOUNCE] Btrfs v0.13 Date: Mon, 31 Mar 2008 13:45:10 -0700 (PDT) Message-ID: <20080331.134510.126138884.davem@davemloft.net> References: <200802211609.50563.chris.mason@oracle.com> <20080331202633.GA341@ldl.fc.hp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: chris.mason@oracle.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, btrfs-devel@oss.oracle.com To: achiang@hp.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:60200 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755430AbYCaUpK (ORCPT ); Mon, 31 Mar 2008 16:45:10 -0400 In-Reply-To: <20080331202633.GA341@ldl.fc.hp.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Alex Chiang Date: Mon, 31 Mar 2008 14:26:33 -0600 > I've gotten as far as successfully creating a btrfs filesystem > (at least that's what btrfsck tells me), but haven't been able to > mount it yet, probably because of the sector size issue. You should be able to make a filesystem with a sector size >= PAGE_SIZE and it should work just fine. Please give it a try.