发新话题
打印

OpenVZ环境下启用FUSE、snap

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 编辑 ]

TOP

发新话题