We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: