remzi-arpacidusseau / ostep-homework

2.1k stars 999 forks source link

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

Open mainini opened 2 years ago

mainini commented 2 years ago

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.