Basic concepts in file system implementation

Posted by darkie15 on Stack Overflow See other posts from Stack Overflow or by darkie15
Published on 2010-05-02T05:15:02Z Indexed on 2010/05/02 5:17 UTC
Read the original article Hit count: 322

I am a unclear about file system implementation. Specifically (Operating Systems - Tannenbaum (Edition 3), Page 275) states "The first word of each block is used as a pointer to the next one. The rest of block is data".

Can anyone please explain to me the hierarchy of the division here? Like, each disk partition contains blocks, blocks contain words, and so on...

© Stack Overflow or respective owner

Related posts about file

Related posts about filesystems