yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

fuse: mount failed: No such device even when its enabled! #497

Closed hnterm closed 7 years ago

hnterm commented 7 years ago

hi getting this error when i try mount sudo acdcli mount -ro path/to or mount alone or with -ao the same error fuse: mount failed: No such device Traceback (most recent call last): File "/usr/local/bin/acdcli", line 9, in load_entry_point('acdcli==0.3.2', 'console_scripts', 'acdcli')() File "/usr/local/bin/acd_cli.py", line 1679, in main ret = args.func(args) File "/usr/local/bin/acd_cli.py", line 1154, in mount_action volname=args.volname) File "/usr/local/lib/python3.4/dist-packages/acdcli/acd_fuse.py", line 719, in mount FUSE(ACDFuse(args), path, subtype=ACDFuse.name, kwargs) File "/usr/local/lib/python3.4/dist-packages/fuse.py", line 480, in init raise RuntimeError(err) RuntimeError: 1

the fuse works 100% and its openvm vps.. pls help!

yadayada commented 7 years ago

What does cat /proc/filesystems | grep fuse output?

hnterm commented 7 years ago

nothing :|

yadayada commented 7 years ago

It should say something like

    fuseblk
nodev   fuse
nodev   fusectl

Maybe you need to modprobe fuse or install a missing package.

hnterm commented 7 years ago

well fuse module is not installed now :| , seems i need to contact the admin agian thanks alot!