我有 ubuntu 12.04,内核版本是 2.6.32
Linux user1 2.6.32-042stab083.2 #1 SMP Fri Nov 8 18:08:40 MSK 2013 x86_64 x86_64 x86_64 GNU/Linux
当我运行命令 modprobe fuse 时,它说
FATAL: Module fuse not found.
我已经运行 apt-get remove libfuse2 并再次安装了 fuse、libfuse 和 fuse-utils
但我仍然收到错误“未找到模块保险丝”。
问候
答案1
首先,您可以尝试从缓存中安装模块,
apt-cache 搜索保险丝
如果这不起作用---你可以使用 module-assistant 安装 fuse 模块,
apt-get 安装模块助手
apt-get 安装 fuse-source
cd /usr/src
我准备
真愛福絲
depmod -ae $(uname -r)
现在你可以,
modprobe 保险丝