系统不完全支持 snapd:无法使用“squashfs - mount failed”安装 squashfs 映像

系统不完全支持 snapd:无法使用“squashfs - mount failed”安装 squashfs 映像

我正在尝试使用 在我的 Ubuntu 实例上安装 PowerShell snap,但它生成了一个错误:

# sudo snap install powershell --classic
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
       /tmp/sanity-mountpoint-072786794: mount failed: Operation not permitted.

我在 Turris Omnia 路由器上的 LXC 容器中运行 Ubuntu Eoan:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.10
Release:    19.10
Codename:   eoan

# uname -m
armv7l

# snap --version
snap    2.42.1+19.10
snapd   2.42.1+19.10
series  16
ubuntu  19.10
kernel  4.14.162

我可以在 中创建一个目录/tmp

此贴建议我至少需要内核 4.4.0-6.21;我有 4.14.162。

为什么会失败?

答案1

我正在重新发布答案,以使其更引人注目。感谢@user.dz

sudo apt install fuse squashfuse作品。

相关内容