raphael / linux-samus

Linux 4.16 on Chromebook Pixel 2015
GNU General Public License v2.0
181 stars 36 forks source link

squashfs module is missing #192

Closed nskaggs closed 7 years ago

nskaggs commented 7 years ago

I get unknown filesystem type 'squashfs' trying to mount or manipulate squashfs. Can we add the kernel module?

raphael commented 7 years ago

Yes I'll add it to the next build.

raphael commented 7 years ago

v4.10-9 contains the module, please verify and close the issue thanks!

nskaggs commented 7 years ago

Tried with 4.11, looks like CONFIG_SQUASHFS_XZ also needs to be enabled. Specifically, I'm trying to use snap packages and running into these errors.

kernel: squashfs: SQUASHFS error: Filesystem uses "xz" compression. This is not supported

raphael commented 7 years ago

bah OK I'll enable all the compression engines in the next build.

raphael commented 7 years ago

The latest release v4.11-2 upgrades to Linux v4.11.1 and adds support for all the SquashFS compression engines.

recri commented 7 years ago

Works for me, I hit the same problem trying to install the snap for vscode, came here to complain and found it already fixed.

raphael commented 7 years ago

Thanks for confirming, closing the issue.