If I use inode file system, and I have only 55 free block, than how big is the biggest file, that I can store?
Asked
Active
Viewed 41 times
1 Answers
0
As Inode keep references to all the data blocks where corresponding file data is stored,you can store file which can be accommodated by these 55 free blocks. Also file size depends size of blocks.

user3156262
- 346
- 2
- 13
-
My teacher said, that the answer is 54, because 1 block is needed for the inode table. – Seasharp Jun 25 '15 at 09:09