What is incore-inode in file system?



Answers:
It's the "in memory" version of a file system
inode (which resides on the disk).

It contains everything that the on disk version
holds, but *also* has other fields needed at
runtime. For example, the on-disk version doesn't
really need to keep track of which device it came
from -- it's *on* that device. However, once in
memory, it does need to keep track of that. Also,
at runtime, many locks are needed (to protect it
from multiple-update on a multi-processor system).

Take a look at "struct inode" at the reference below.
As the comment says:

   Data in icommon is read in
   from permanent inode on volume.

which tells you which data is stored in the on-disk
inode. The rest is for the in-core expansion of
that data.

Other answers:

  • I am a final year student of MCAcomputer science) about to finish my degree, How can i get job in software ind
  • i uninstalled my sound/audio device and now i cant hear any music. how do i get it backwithout deleting things
  • when i wll go for fifa ?
  • (.net datagrid control.) How do i isolate and access a value in a particular cell of the datagrid control?C#?
  • USB or COM connections in Java?
  • What is C# ?
  • hi..thanks a lot for the adivice..are u in FBI rgt now..?
  • To become equipped in internet applications design and programming, which lang and softwares minimum are reqd?
  • How to filter a column in Access?
  • HTTP Tracker?