Rclone mount on CentOS 7.2 not working

Hello,

I have a VPS running CentOS 7.2. I am able to configure rclone and run an ls and lsd. What does not work is the mount command. Below is the command/error I receive. I have not found this error in this forum yet.

$ sudo rclone mount gdrive: /plex
2017/04/10 00:20:40 mount helper error: fusermount: fuse device not found, try ‘modprobe fuse’ first
2017/04/10 00:20:40 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

I tested this internally with CentOS 7.0 and had no issues.

Please let me know if someone can assist.

Thank you.

Contact your VPS provider and ask them to enable FUSE. A lot of VPS providers don’t enable it.

Thank you for the answer.