in Operating System
15,073 views
32 votes
32 votes

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

  1. continuous allocation
  2. linked allocation
  3. indexed allocation
  4. an extension of indexed allocation
in Operating System
15.1k views

4 Comments

UNIX and Linux file system are in syllabus ?
2
2

The Unix file system uses an extension of indexed allocation. It uses direct blocks, single indirect blocks, double indirect blocks and triple indirect blocks

8
8
In unix file systems indexed allocation extends efficiency by using a single block to store indexes pointing to data blocks and reducing disk access time ....
0
0
.
0
0

2 Answers

50 votes
50 votes
Best answer

The data blocks of a very large file in the unix file system are allocated using an extension of indexed allocation or $\textsf{EXT2}$ file system. Hence, option (D) is the right answer.

edited by

3 Comments

Yes. But UFS and EXT2 are not the same. EXT2 is used in Linux but UFS existed even before.

(You can consider Unix as a base class and Linux and MAC its two derived classes)

http://en.wikipedia.org/wiki/Unix_File_System
17
17
where is this question asked from?
is this in the syllabus?

where to find such questions at?
5
5
CHAPTER 11- IMPLEMENTING FILE SYSTEM
TOPIC- ALLOCATION METHODS (INDEXED ALLOCATION)
page no- 477 galvin (8th edition)
8
8
27 votes
27 votes
ans D

The Unix file system uses an extension of indexed allocation. It uses direct blocks, single indirect blocks, double indirect blocks and triple indirect blocks
Answer:

Related questions