标题:
OpenVZ环境下启用FUSE、snap
[打印本页]
作者:
linda
时间:
2024-5-30 10:17
标题:
OpenVZ环境下启用FUSE、snap
apt install fuse squashfuse
mknod -m 666 /dev/fuse c 10 229
验证fuse:
ls -l /dev/fuse
lsmod | grep fuse (可能没有)
grep squashfs /proc/filesystems (可能没有)
find / -name fuse.ko (可能没有)
mount
squashfuse on /snap/core/16928 type fuse.squashfuse (ro,nodev,relatime,user_id=0,group_id=0,allow_other)
squashfuse on /snap/hello-world/29 type fuse.squashfuse (ro,nodev,relatime,user_id=0,group_id=0,allow_other)
参考:
https://github.com/certbot/website/issues/636
https://github.com/lxc/lxc/issues/1854#issuecomment-606241047
https://forum.proxmox.com/threads/kernel-module-fuse-for-lxc.24855/
[
本帖最后由 linda 于 2024-5-30 10:50 编辑
]
欢迎光临 中神通公司技术论坛 (http://trustcomputing.com.cn/bbs/)
Powered by Discuz! 6.0.0