fusermount:找不到保险丝装置,先尝试“modprobe保险丝”

我正在gcloud计算引擎上运行一个实例。 我需要将Google存储分区(属于不同的项目)加载到我的实例中。 这个实例在Debian Wheezy上运行。 我已经安装了gcc,fuse,gcsfuse。 但是当我试图安装桶时:

$ gcsfuse bucket-name / mnt / bucket-name

我得到了错误: stderr:fusermount:没有find保险丝设备,先尝试'modprobe保险丝'

试过“modprobe引信”,我得到错误: -bash:modprobe:命令未find

任何人都知道问题可能是什么,或者任何人遇到同样的问题? 任何想法,意见,帮助将不胜感激。 提前致谢!

要在您的系统上find一个命令,您可以使用whereis来search所有常见的位置,为您提供完整的path。

 whereis modprobe 

..在我的系统输出:

modprobe:/ sbin / modprobe /etc/modprobe.d /etc/modprobe.conf /lib/modprobe.d /usr/share/man/man8/modprobe.8.bz2

在这种情况下,你可能会知道把它叫做/sbin/modprobe fuse

我已经解决了升级到Jessie的问题,然后按照这里的说明安装了gcsfuse: https : //github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/installing.md