Closed PierreR closed 3 years ago
Hi,
Do we still need to "zero out the disk" for better compression when using the xfs file system instead of ext4 ?
https://github.com/nix-community/nixbox/blob/master/scripts/postinstall.sh#L21
This action takes a fair amount of time.
Thanks for your help.
I think the only way to know is to run both and compare the disk output size.
FWIW the output size without the "zero out" is not bigger with xfs (it might even be smaller)
Hi,
Do we still need to "zero out the disk" for better compression when using the xfs file system instead of ext4 ?
https://github.com/nix-community/nixbox/blob/master/scripts/postinstall.sh#L21
This action takes a fair amount of time.
Thanks for your help.