Question d’entretien chez RTX

In detail how does an Operating System save files to disk?

Réponse à la question d'entretien

Utilisateur anonyme

24 mai 2021

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.