In detail how does an Operating System save files to disk?
Anonimo
The disk file system formats the disk into inodes which contain metadata defining the inode. For example in a large file it would require a large number of inodes to make up the entire file. The metadata in the inode will contain the next inode number to read to continue reading the file.