#ext4

[ follow ]
fromMedium
2 weeks ago

Linux Superblocks Explained: What are they, what do they store.

Following our previous look at inodes, we know a typical Linux filesystem structure includes boot blocks, superblocks, inodes, and data blocks. This article focuses on the crucial role of the superblock, explaining what it is, why it's vital and what information it holds. Inode article for reference: Defining the Superblock As established, the superblock is created near the beginning of the partition (in Block Group 0) by tools like mkfs.ext4.
Software development
Digital life
fromMedium
2 weeks ago

What Are Inodes? The Hidden Brain Behind Every Linux File

Inodes are filesystem data structures that store file metadata and identify files, while filenames are human-readable labels that point to those inodes.
Apple
fromZDNET
5 months ago

How to choose the right Linux file system for your needs - and why ext4 is so popular

Linux provides flexible and customizable file system options, enhancing user choice and adaptability.
[ Load more ]