On Wed, Dec 29, 2010 at 05:40:12PM +0100, Kay Diederichs wrote: > >says: dumpe2fs -h /dev/md0 | grep RAID > > % tune2fs -l /dev/md0 > > ... > RAID stride: 128 > RAID stripe width: 768 > ... > > runs much faster than dumpe2fs. > The command can also adjust the values. Actually, "tune2fs -l" and "dumpe2fs -h" both run in about the same amount of time. dumpe2fs without the -h option runs slower than tune2fs -l, true. But that's because it reads and prints out information regarding the block and inode allocation bitmaps. - Ted -- 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