I am trying to understand the Minix file system structure. I understand that the first block is the boot block, and the second is the superblock; and after the bitmaps the inodes come, followed by data blocks.
But where are the directory entries and file names; and how can I traverse them? I am super confused.