Multiple choice

The data blocks of a very large file in the Unix file system are allocated using

  1. contiguous allocation

  2. linked allocation

  3. indexed allocation

  4. an extension of indexed allocation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Generally a large file system for UNIX OS use indexed allocation but for very large systems an extension of indexed allocation i.e ext 2, ext . are used.