Skip to content

minfs: Storing inodes #367

Description

@franzwong

MinFS uses 1 block to store all the inodes. The block size is 4096 bytes and the size of minfs_inode is 144 bytes, so it can only store 28 inodes. However, value of MINFS_NUM_INODES is 32. Do I miss anything?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions