Results 1 to 1 of 1
Hi
I have recently been trying to work out how to work out the internal fragmentation of a file. I have read a lot into this and understand that the ...
- 12-11-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 1
Working out Internal Fragmentation using C Programming
Hi
I have recently been trying to work out how to work out the internal fragmentation of a file. I have read a lot into this and understand that the internal fragmentation on MINIX using ext2 only occurs on the last block. I understand that every file/dir has an inode number and that you SHOULD be able to get to the last block from the inode number however I am having issues with it. How would I go about getting to this final block?
Thanks
C


Reply With Quote