File systems iconFile Systems

The interactive docs for File Systems

An engaging and interactive experience to understand file systems, the engine that powers the storage of your data.

Extended File System 2 (EXT 2)
Sample 20mb Partition Layout with 1KiB blocks
Block OffsetLengthDescription
-- block group 0, blocks 1 to 8192 --
byte 0512 byteboot record (if present)
byte 512512 byteadditional boot record data (if present)
-- block group 1, blocks 8193 to 16384 --
block 10241024 byte
superblock
block 21 block
block group descriptor table
block 31 block
block bitmap
block 41 block
inode bitmap
block 5214 block
inode table
block 2197974 blockdata blocks
-- block group 2, blocks 16385 to 24576 --
block 81931024 bytesuperblock backup
block 81941 blockblock group descriptor table backup
block 81951 blockblock bitmap
block 81961 blockinode bitmap
block 8197214 blockinode table
block 84087974 blockdata blocks
Superblock
Offset (bytes)Size (bytes)Description
byte 04 bytes_inodes_count
byte 44 bytes_blocks_count
byte 84 bytes_r_blocks_count
byte 124 bytes_free_blocks_count
byte 164 bytes_free_inodes_count
byte 204 bytes_first_data_block
byte 244 bytes_log_block_size
byte 284 bytes_log_frag_size
byte 324 bytes_blocks_per_group
byte 364 bytes_frags_per_group
byte 404 bytes_inodes_per_group
byte 444 bytes_mtime
byte 484 bytes_wtime
byte 522 bytes_mnt_count
byte 542 bytes_max_mnt_count
byte 562 bytes_magic
byte 582 bytes_state
byte 602 bytes_errors
byte 622 bytes_minor_rev_level
byte 644 bytes_lastcheck
byte 684 bytes_checkinterval
byte 724 bytes_creator_os
byte 764 bytes_rev_level
byte 802 bytes_def_resuid
byte 822 bytes_def_resgid
-- EXT2_DYNAMIC_REV Specific --
byte 844 bytes_first_ino
byte 882 bytes_inode_size
byte 902 bytes_block_group_nr
byte 924 bytes_feature_compat
byte 964 bytes_feature_incompat
byte 1004 bytes_feature_ro_compat
byte 10416 bytes_uuid
byte 12016 bytes_volume_name
byte 13664 bytes_last_mounted
byte 2004 bytes_algo_bitmap
-- Performance Hints --
byte 2041 bytes_prealloc_blocks
byte 2051 bytes_prealloc_dir_blocks
byte 2062 bytealignment
-- Journaling Support --
byte 20816 bytes_journal_uuid
byte 22416 bytes_journal_inum
byte 2284 bytes_journal_dev
byte 2324 bytes_last_orphan
-- Directory Indexing Support --
byte 2364 bytes_hash_seed
byte 2521 bytes_def_hash_version
byte 2533 bytepadding
-- Other options --
byte 2564 bytes_default_mount_options
byte 2604 bytes_first_meta_bg
byte 264760 byteunused
Block Group Descriptor
Offset (bytes)Size (bytes)Description
byte 04 bytebg_block_bitmap
byte 44 bytebg_inode_bitmap
byte 84 bytebg_inode_table
byte 122 bytebg_free_blocks_count
byte 142 bytebg_free_inodes_count
byte 162 bytebg_used_dirs_count
byte 182 bytebg_pad
byte 2012 bytebg_reserved
Block Bitmap
Inode Bitmap
Inode table
Offset (bytes)Size (bytes)Description
byte 02 bytei_mode
byte 22 bytei_uid
byte 44 bytei_size
byte 84 bytei_atime
byte 124 bytei_ctime
byte 164 bytei_mtime
byte 204 bytei_dtime
byte 242 bytei_gid
byte 262 bytei_links_count
byte 284 bytei_blocks
byte 324 bytei_flags
byte 364 bytei_osd1
byte 4015 * 4 bytei_block
byte 1004 bytei_generation
byte 1044 bytei_file_acl
byte 1084 bytei_dir_acl
byte 1124 bytei_faddr
byte 11612 bytei_osd2