Files related to my CS self study
-L 4
spreads out the file.
-L 30
gives same result as without -L
flag because each group can have at most 30 data blocks.
Filespan should decrease as -L
increase up to 30.
Three groups should be used for the three directories.
It does pretty well. Can’t get better if inodes and data blocks are kept separate.
dirspan
is affected badly. Besides a lot of data blocks in every group stays unused because small files.
This policy is better for dirspan
because it prevents from another directory from getting in between a directory and its file inodes.
i
is spread out in fragments.
filspan
and dirspan
is increased. But blocks of a file stays together.