TurboGit/hubicfuse

fuse: bad mount point `/mnt/hubic': No such file or directory

Closed this issue · 11 comments

Hi, please kindly help, tried on 2 cents x86 and x64, both same issue, followed 100% instructions

screen shot 2016-12-12 at 2 33 54 pm

Is /mnt/hubic a directory?

I mean before running hubicfuse you probably want to do:

$ mkdir /mnt/hubic

Yep, that resolved issue, but appeared another one
fuse: failed to open /dev/fuse: Operation not permitted
/dev/fuse has chmod -R 777
Any ideas?

tried to run with privilege (i guess)
sudo /home/test3/hubicfuse/hubicfuse **--device/**mnt/hubic -o noauto_cache,sync_read,allow_other

Now receiving error
fuse: missing mountpoint parameter

Is fuse package installed?

What is --device/ above?

Also, my /dev/fuse is:

$ ll /dev/fuse
crw-rw-rw- 1 root root 10, 229 Dec 10 17:55 /dev/fuse

Thanks, for your help,
installed fuse version is fuse-2.8.3-5.el6.x86_64
ll /dev/fuse
crwsrwsrwt 1 root root 10, 229 Окт 20 21:16 /dev/fuse

But unfortunately no result, even tried to change user that is in the fuse group and launch, same error
screen shot 2016-12-12 at 3 00 14 pm

P.S. --device was just an idea from my friend, nothing important.

Centos x64,
Package fuse-2.9.2-7.el7.x86_64 already installed and latest version
[root@test ~]# hubicfuse/hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other
fuse: failed to open /dev/fuse: Operation not permitted

same issue

appreciate your help.

You need /dev/fuse to be on user root and group root.

If you want then to mount as your user you'll have a add yourself to the fuse group. But this is not the issue at the moment as you're root when you tried.

BTW, I'm not a Centos user, so not sure what to do at this point... Did you tried to Google the error reported?

yep, unfortunately nothing helped, thank you anyway.

Nothing else to add, closing.