LINUX FILESYSTEMS, PART 1 – BLOCK DEVICE AND FILESYSTEM
It explains how files are split into blocks and how the filesystem acts as an abstraction layer between files (seen by applications) and blocks (physically written on disks). It also says why disks are called block devices. 1.1 Splitting Up Files Into Blocks A block device is a storage media, like a hard disk. You […]