Hacker News new | ask | show | jobs
by hawski 2650 days ago
What advantages does cloop have over squashfs? Quick search revealed only that cloop is slower and has a bit worse compression than squashfs [0].

[0] https://elinux.org/Squash_Fs_Comparisons

1 comments

the difference that i find valuable is that cloop is not a file system, whereas squashfs is. this means that i can use cloop to compress _any_ file system at the block level. very useful as a sys-admin.