On Monday 31 March 2008, Alex Chiang wrote: > * 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. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html