489 views
0 votes
0 votes
Consider a unix file system which uses 12 Direct and a single indirect block pointer for file implementation. Assume that the block size is 4KB and each block can hold 512 block addresses. The maximum size of a file on such a system is ___________ KB.

2 Answers

1 votes
1 votes

Block size = 4KB

Each block can hold = 512 block addresses

According to given ques.

Maximum file size = (disk block addresses ) ^ single indirect * Block size

= (2^9)^1 * 4KB = 2048KB = 2MB