My understanding of 'inodes' (from http://en.wikipedia.org/wiki/Inode) is that they contain the information necessary to access certain blocks of a file, but not the file data itself. Then I was wondering what the major differences between a live, and a dead, inode are.

I've heard the terms get swapped around often, but the only inference I can make is that perhaps dead inodes are ones that may be proceeded to be 'garbage collected'...

Thanks :)

link|improve this question

"live" and "dead" are generally not associated with inodes. – jlliagre Oct 24 '11 at 23:36
Just curious, then, do you know the difference between inode arrays and imaps? Because I believe inode arrays just store a bunch of inodes, but I'm not sure if an imap is the same thing as an inode array... – Kaitlyn Mcmordie Oct 25 '11 at 1:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.