1. How many blocks in the very simple file system? 2. In the very simple file system, where are the contents of a file s
Posted: Sun May 15, 2022 12:17 pm
1. How many blocks in the very simple file system? 2. In the very simple file system, where are the contents of a file stored? a. inode table b. data bitmap c. data region 3. In vsfs, which iblock contains the inode with inode number 45? (Use all the assumptions used in the text, such as that inodes are 256 bytes. 4. In vsfs, what is the byte address of the inode with inode number 45? 5. (T/F) A benefit of not immediately writing to disk when an application performs a file write operation is that I/O scheduling can be more effective.