OFFSET
1,3
COMMENTS
Block groups in which copies of the superblock are stored, when the "sparse superblock feature" is enabled, in the ext2/ext3/ext4 filesystems. (That is, copies of the superblock are stored in every block group when the feature is disabled, or in block groups 0, 1, 3, 5, 7, 9, 25, ... when the feature is enabled.)
LINKS
The Linux Kernel documentation, The Second Extended Filesystem (ext2)
The Linux Kernel documentation, ext4 Data Structures and Algorithms
Unix.StackExchange, Superblock replicas in ext4
MATHEMATICA
With[{max = 1.3*10^8}, Sort @ Flatten @ Join[{0, 1}, Table[p^Range[1, Floor[Log[p, max]]], {p, {3, 5, 7}}]]] (* Amiram Eldar, Oct 09 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Shreevatsa R, Oct 08 2022
STATUS
approved