Theodore Tso wrote: > On Thu, Apr 03, 2008 at 12:58:30PM -0500, Eric Sandeen wrote: >>> I obtained the 1.39-tyt3 version of e2fsprogs, and did: > >>> | mke2fs 1.38 (30-Jun-2005) > >> I'd probably not use 1.39-tyt3... that's pretty old. (see the 2005?) :) > > Actually, e2fsprogs 1.39-tyt isn't that old (April 2007). The 2005 is > because the mke2fs in use was 1.38, not 1.39. (Which was probably > another problem.) Ah, missed that. Ted, it looks like the stride value is still getting % 65536, just FWIW. [e2fsprogs]$ misc/mke2fs -F -E stride=65536 testit mke2fs 1.40.8 (13-Mar-2008) Invalid stride parameter: 65536 Bad option(s) specified: ... [e2fsprogs]$ misc/mke2fs -F -E stride=65537 testit mke2fs 1.40.8 (13-Mar-2008) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) ... I'll send a patch for it in a bit, trying not to get too distracted right now ;) -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html