Next | Internals of ext2fs | 7 |
ext2fs is a little different
There are some other structures between the superblock and the inodes
There are bitmaps recording which blocks are in use and which inodes
One bit per block or inode
The disk is partitioned into 'block groups'
Each block group has a copy of the superblock and bitmaps, some of the inodes, and some data blocks
That way if the superblock or bitmaps are destroyed they can be restored from a copy
So the picture above shows a single block group instead of the entire disk
Next | Copyright © 2001 M. J. Dominus |