Question: Suppose index block 9 is used to store data block numbers for a file (called F2) on a system supporting indexed allocation of blocks. Show
Suppose index block 9 is used to store data block numbers for a file (called F2) on a system supporting indexed allocation of blocks. Show the contents of index block 9 for the file with allocation of blocks 4, 2, 17, and 11 in the sequence. Also show the entry in the directory table for the file.
The following shows the information for a file stored on disk using the contiguous allocation approach shown in class. Modify the table if block 6 is deleted from the file.
file starting address length
f1 3 4The following shows a FAT of a file system. Modify the contents of the FAT if a new block is allocated to file f3 using the first-fit strategy.
file name starting address FAT
f1 | 4 | 0 | 6 |
f2 | 1 | 1 | 5 |
f3 | 7 | 2 | - |
3 | 8 | ||
4 | eof | ||
5 | 3 | ||
6 | eof | ||
7 | 0 | ||
8 | eof |
Step by Step Solution
3.53 Rating (160 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
