For whatever reason, I am not confident in my own brain today.... "... power of 3 ..." is stating "N cubed, where N == 1, 2, 3, 4, 5, ...", NOT "N * 3".With the introduction of revision 1 and the sparse superblock feature in Ext2, only specific block groups contain copies of the superblock and block group descriptor table. All block groups still contain the block bitmap, inode bitmap, inode table, and data blocks. The shadow copies of the superblock can be located in block groups 0, 1 and powers of 3, 5 and 7.
Also, my calculations tell me that there is a theoretical maximum of 262,144 block groups (2,147,483,647 / 8,192 for 1K blocks [rounded up]).
My brain tells me that my thinking above is correct, but something is nagging at me I cannot put a finger on.... Can someone please check my thinking above?
Thanks!!
EDIT: .... OR .... should I be thinking "3 to the power of N, where N == 1, 2, 3, 4, 5, etc..."