You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?