On Wed, Aug 10, 2011 at 11:36:09AM -0500, Alex Elder wrote: > > Possible ways to fix this: > > 1) use /sbin/mkfs -t $FSTYP like _scratch_mkfs, or > > 2) set $MKFS_BTRFS_PROG like for some other filesystems > > > > > > What is preferred? > > Whatever works. My personal preference would be option (1) > if it works, since it's does the generic thing directly > rather than suggesting something special is needed for > btrfs. But if that doesn't work, consistency rules so > MKFS_BTRFS_PROG "like for some other filesystems" is good. Normally I'd agree with you, but I've run into problems with the generic mkfs binary, as it parses some options that might otherwise be left to the filesystem. E.g. it parses -l by itself, which causes problems when creating an xfs filesystem with an external log. Note that any filesystem supported by _scratch_mkfs_sized is special; there is no generic way to specify the size of a filesystem. -- 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