make_ext4fs to generate filesystem
make_ext4fs to generate filesystem
Posted Oct 9, 2020 15:05 UTC (Fri) by jhhaller (guest, #56103)In reply to: make_ext4fs to generate filesystem by djwong
Parent article: The ABI status of filesystem formats
The -d option would still require root access to allow creating device file entries which may not match the host's devices.
Setting the correct file ownership is another aspect requiring root access. The protofile addresses both of these issues,
as it overwrites the filesystem owner, permissions, and allows creating device files. I doubt mkfs was originally
concerned with CI systems, but creating filesystem images on a non-native host was likely an early concern.
Setting the correct file ownership is another aspect requiring root access. The protofile addresses both of these issues,
as it overwrites the filesystem owner, permissions, and allows creating device files. I doubt mkfs was originally
concerned with CI systems, but creating filesystem images on a non-native host was likely an early concern.
