edited by
581 views
1 votes
1 votes
In particular Unix OS, each data block is 256 bits, each node has 4 direct data block addresses and 3 additional addresses: One for single indirect block, one for double indirect block and one for triple indirect block. Each block is addressed with 64-bit. The total size of a file possible in the file system (in k-bits) is________.
edited by

1 Answer

2 votes
2 votes
yes answer is 22Kbit and the solution is correct.

because (256/64)=4

maximum file size = 256*(4+4+4*4+4*4*4)=22Kbit

Related questions

1 votes
1 votes
1 answer
4
Chetan28kumar asked Dec 12, 2018
983 views
Unix I-node has block size 8 KB and file possible with triple indirect is 128 GB.Number of bits disk block address contain is?