The free-space list can be implemented using a bit vector approa

分类: OS 发布时间: 2023-11-15 03:45 浏览量: 0

The free-space list can be implemented using a bit vector approach. Which of the following is a drawback of this technique?

A.To traverse the list, each block must be read on the disk.

B.It is not feasible to keep the entire list in main memory for large disks.

C.The technique is more complicated than most other techniques.

D.This technique is not feasible for small disks.

正确答案是B