remzi-arpacidusseau/ostep-homework

Wrong argument name for ffs.py or typo in the book

mainini opened this issue · 0 comments

In the book, the homework for Chapter 41 uses -I as argument for ffs.py in order to change the size of the inode table (questions 6 and 7).

This is presumably a typo: the script ffs.py uses argument -i for the number of inodes per group, -I is used for spreading the inodes.