当我尝试运行sshfs时,我会得到错误的fuse: device not found, try 'modprobe fuse' first。我已经运行了sudo modprobe fuse,但是它只是在没有任何输出的情况下立即返回,并且错误仍然存在:
[root@localhost main]# modprobe fuse
[root@localhost main]# sshfs user:password@my.server.com mnt
fuse: device not found, try 'modprobe fuse' first我还可以验证保险丝是否已装载:
[main@localhost ~]$ lsmod | grep fuse
fuse 4242 -2这是在带有新安装的CentOS的VPS上的。据我所知,操作系统是最新的:
[main@localhost ~]$ cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)运行virt-会产生以下结果:
[root@localhost ~]$ virt-what
openvz
lxc我有什么办法解决这个问题吗?
发布于 2018-07-28 16:16:59
呃,是OpenVZ。这就是为什么它不能工作。如果没有VPS提供程序,您就无法(正确地)在OpenVZ上加载模块。这些家伙不知怎么搞砸了。去找个好的KVM。
https://serverfault.com/questions/923925
复制相似问题