Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minfs: Storing inodes #367

Open
franzwong opened this issue May 25, 2023 · 0 comments
Open

minfs: Storing inodes #367

franzwong opened this issue May 25, 2023 · 0 comments

Comments

@franzwong
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant