265 views
0 votes
0 votes
Consider a file system that uses a modifed contiguous-allocation scheme with support for extents. A file is a collection of extents, with each extent corresponding to a contiguous set of blocks. A key issue in such systems is the degree of variability in the size of the extents. What are the advantages and disadvantages of the following schemes?

a. All extents are of the same size, and the size is predetermined.
b. Extents can be of any size and are allocated dynamically.
c. Extents can be of a few fixed sizes, and these sizes are predetermined.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
ajaysoni1924 asked Mar 22, 2019
193 views
Discuss how performance optimizations for file systems might resultin difficulties in maintaining the consistency of the systems in the eventof computer crashes