Google-drive-ocamlfuse: fuse: device not found, try 'modprobe fuse' first

Created on 14 Jan 2017  路  3Comments  路  Source: astrada/google-drive-ocamlfuse

Hello, I received the following when trying to mount for the first time, I cant workout what is wrong.

Kindly help if I miss something!

root@server:~# google-drive-ocamlfuse -label [email protected] /media/email\@gmail.com
fuse: device not found, try 'modprobe fuse' first
root@server:~# modprobe fuse
modprobe: ERROR: ../libkmod/libkmod.c:514 lookup_builtin_file() could not open builtin file '/lib/modules/2.6.32-042stab117.16/modules.builtin.bin'
modprobe: FATAL: Module fuse not found in directory /lib/modules/2.6.32-042stab117.16
question

Most helpful comment

Hi,

I have ran depmod -a and I got the following error:
root@mp3:~# depmod -a
depmod: WARNING: could not open /lib/modules/2.6.32-042stab127.2/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/2.6.32-042stab127.2/modules.builtin: No such file or directory

Can you help ?

Regards,

Shmuel

All 3 comments

Did you updated your kernel without rebooting? If so, a reboot could probably fix it. Otherwise try with depmod -a.

Hi,

I have ran depmod -a and I got the following error:
root@mp3:~# depmod -a
depmod: WARNING: could not open /lib/modules/2.6.32-042stab127.2/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/2.6.32-042stab127.2/modules.builtin: No such file or directory

Can you help ?

Regards,

Shmuel

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

atleta picture atleta  路  8Comments

leighsjo picture leighsjo  路  3Comments

R-Chandra picture R-Chandra  路  3Comments

OneCDOnly picture OneCDOnly  路  7Comments

smartm0use picture smartm0use  路  4Comments