Re: [ANNOUNCE] Btrfs v0.13

From: Alex Chiang
Date: Mon Mar 31 2008 - 18:43:59 EST


* David Miller <davem@xxxxxxxxxxxxx>:
> From: Alex Chiang <achiang@xxxxxx>
> 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.
Bug report follows...

/ac