Tag

Inodes

0 views collected around this technical thread.

Refining Core Development Skills
Refining Core Development Skills
Nov 1, 2021 · Fundamentals

Understanding Linux File System: Disk Structure, Inodes, and Performance Optimizations

This article explains the physical structure of mechanical disks, partitioning strategies, inode and block allocation, and how filename length and directory layout affect Linux file system performance, providing practical experiments and tips for improving disk I/O.

Filesystem PerformanceInodesdisk-io
0 likes · 17 min read
Understanding Linux File System: Disk Structure, Inodes, and Performance Optimizations
Qunar Tech Salon
Qunar Tech Salon
Jun 17, 2015 · Fundamentals

Understanding Unix/Linux Files, File Types, Partitions and Filesystem Hierarchy

This article explains the Unix principle that everything is a file, describes regular and special file types, outlines why and how disks are partitioned, introduces mount points, and details the standard Linux filesystem hierarchy and inode metadata.

InodesMount Pointsfile system
0 likes · 18 min read
Understanding Unix/Linux Files, File Types, Partitions and Filesystem Hierarchy