[Btrfs-devel] [ANNOUNCE] Btrfs v0.13

Chris Mason chris.mason at oracle.com
Tue Apr 1 08:58:37 PDT 2008


On Monday 31 March 2008, Alex Chiang wrote:
> * David Miller <davem at davemloft.net>:
> > From: Alex Chiang <achiang at hp.com>
> > 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.
>
> Hrm, I'm having issues still. First, here's a patch for
> mkfs.btrfs to allow the user to pass in a different sector size.

I did this a little differently, switching to getopt_long in mkfs.btrfs and 
using [-s | --sectorsize ] for sectorsize.  -s used to be stripesize, but 
that needs to be redone for the multi-device code anyway.

You can pull down integrated versions of your patches from:

http://www.kernel.org/hg/btrfs/kernel-unstable
http://www.kernel.org/hg/btrfs/progs-unstable

Make sure to update both, there are minor format changes hidden in the 
unstable tree since you last used it.

-chris



More information about the Btrfs-devel mailing list