449 views
0 votes
0 votes
Consider a UNIX-like file system implemented with i-nodes that resides on a disk of size 512GB. Each i-node has a total of 15 block addresses consisting of direct and indirect block addresses.

suppose the implementation wants to support file size upto 1GB using only direct block address and single indirect block address.Atleast how many of the 15 blocks addresses should be used as single indirect block address

a) 0

b) 1

c) 2

d) 3

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
2
Anup patel asked Oct 13, 2017
836 views
1 votes
1 votes
0 answers
4
Sanjay Sharma asked May 14, 2016
426 views
when a file is aliased a) a new directory entry is createdb)a new i-node is createdc)then i-node number is sharedd) A and C