Hi,
I have a query regarding the purpose of dividing the entire partition into block groups(as done by ext2 , ext3 ).
The main purpose is to replicate the super_block and other important information so that it can be recovered in case of data corruption. Other purpose is to enable efficient storage in order to minimize defragmentation and head seek time.
My questions are :