I looked at the three files in SB4096.rar
All three contain the superblock with exactly same content as the primairy superblock.
So indeed it seems we have an AG size of 4096 MB (4GB)
We copied only 1 MB at each position and the content of the three files are exactly the same for this 1 MB. That makes me a little surprised.
Now XFS stores besides the superblock also inode and log data, maybe it uses some space on each AG but I cannot find exact info on that.
At a certain point you would expect differences on locations were data (files )are stored.
I would like check some larger parts and compare those before adapting the primairy superblock.
- Code: Select all
dd if=/dev/md4 bs=1M skip=40960 count=20 of=40961-20.img
dd if=/dev/md4 bs=1M skip=409600 count=20 of=409601-20.img