-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the commonly accepted file name extension for squashfs? #259
Comments
I have never mandated a specific Squashfs image extension because some systems have 3 character limitations and others do not. Personally I have always used .sqsh (see footnote), e.g. image.sqsh. I have also seen .sqfs, e.g. image.sqfs which I think is also a good extension. If limited to 3 characters I have seen .sfs. e.g. image.sfs. Footnote: The Squashfs filesystem magic number is the ASCII characters SQSH in little endian format (i.e. stored as HSQS). |
Hello,
I use
mksquashfs
on RHEL8.6 to archive large directories.Question :
The text was updated successfully, but these errors were encountered: