Seasharp
Seasharp

Reputation: 1

Inode file system biggest storeable file

If I use inode file system, and I have only 55 free block, than how big is the biggest file, that I can store?

Upvotes: 0

Views: 47

Answers (1)

user3156262
user3156262

Reputation: 356

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.

Upvotes: 0

Related Questions