当试图挂载时,我有以下错误:
container# encfs /toto /mnt
EncFS Password:
fuse: device not found, try 'modprobe fuse' first
fuse failed. Common problems:
- fuse kernel module not installed (modprobe fuse)
- invalid options -- see usage message当我尝试调制解调器时:
container# modprobe fuse
modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-86-generic/modules.dep.bin'有什么遗漏了吗?
发布于 2016-06-03 09:01:05
答: mknod -m 666 /dev/fuse c 10 229
666 = perms c=字符设备10 =主机中的小num用于/dev/fuse 229 =主机中的主num用于/dev/fuse
多亏了https://forum.proxmox.com/threads/kernel-module-fuse-for-lxc.24855/
https://askubuntu.com/questions/779479
复制相似问题