struct jail
01 main(int argc, char **argv)
02 {
03 struct jail j;
04 int i;
05 [...]
06 /* Populate the jail struct */
07 memset(&j, 0, sizeof(j));
08 j.version = 0;
09 j.path =
19%
23.03.2022
of the inodes when the filesystem is created, resulting in a fixed number of inodes. For example, ext3 and ext4 filesystems do this. The result is that the filesystem has a fixed number of inodes, which
19%
09.04.2019
in mv
ubuntu@aws:~/slow-mv$ strace -t mv 3GB.copy 3GB
19:00:09 execve("/bin/mv", ["mv", "3GB.copy", "3GB"], 0x7ffd0e7dddf8 /* 21 vars */) = 0
19:00:09 brk(NULL) = 0x55cd7d1ce000