diskfs / go-diskfs

MIT License
494 stars 112 forks source link

squashfs: sometimes missing xattrs seems to be marked with 0xffffffffffffffff #194

Closed ncw closed 8 months ago

ncw commented 8 months ago

Using mksquashfs 1:4.5-3build1 and these flags causes the created squash file not have xattrs but this is indicated by the index being all 1s rather than the flag in the superblock.

mksquashfs $IMG $IMG.sqfs -comp zstd -Xcompression-level 3 -b 1M -no-xattrs -all-root

ncw commented 8 months ago

Rebased!