Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linux File System (Physical Devices (Partitions (File system (boot…
Linux File System
Physical Devices
Partitions
File system
boot block(s);
bootstrap code
superblock;
state of the file system
how large it is;
how many files it can store;
where to find free space on the file system;
who has ownership of it;
inode list;
an array of "information nodes"
FAT
data blocks.
file data and directory blocks
procfs (/proc filesystem): kernel export internal information to user
sysctl (/proc/sys directory): allows user space to read and modify the value of kernel variables
sysfs (/sys filesystem): exports plenty of information in a very clean and organized way