Computer Science, asked by divithswarup8175, 11 months ago

Explain the algorithm of inode assignment of newely created file

Answers

Answered by salmankhanhero
0

Algorithm, ialloc, assigns a disk inode to a newly created file. The File system contains a linear list of inodes, an inode is free if its type field is zero. ... However to improve performance, the file system super block contains an array to cache the numbers of free inodes in the file system.

Similar questions