On 11/10/16 8:15 AM, Chris wrote: > All, > > howto display size and number of Allocation Groups? I think 1 varialbe is > sb_agblocks. (whoops, reply-all this time) xfs_info /path/to/mount/point will tell you, if it's mounted. Otherwise xfs_db -c "sb 0" -c "p blocksize" -c "p agblocks" -c "p agcount" /dev/whatever will give you block size, blocks per AG, and number of AGs. -Eric > - Chris -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html