SquashFS
- Consider
mksquashfsblock size improvements from fedora - Examine these options for
mksquashfs(in order):
-no-sparse -no-fragments -no-duplicates -quiet -no-progress -noappend -no-recoverysquashfs-toolscompresses manpages by default before installing them, so check that as well- Most distributions use SquashFS for their live CDs
- UnionFS and AUFS are not under active development in the kernel (might still be under development outside the kernel)
- OverlayFS got merged instead into the kernel (and is faster than both UnionFS and AUFS)
- Docker originally used AUFS and then switched to OverlayFS