Open mainini opened 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).
-I
ffs.py
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.
-i
In the book, the homework for Chapter 41 uses
-I
as argument forffs.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.