Mounting realdebrid failure
I am a noob but im following the guide, its simple enough to comprehend
After i enter the command i get the error below
./rclone-linux mount realdebrid: torrents --dir-cache-time 10s --allow-other
2024/01/02 02:06:48 NOTICE: realdebrid root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2024/01/02 02:06:48 mount helper error: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
2024/01/02 02:06:48 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
plexuser@Media:~$ 2024/01/02 02:03:43 NOTICE: realdebrid root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
> 2024/01/02 02:03:43 mount helper error: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
Yes; you need to edit /etc/fuse.conf and uncomment the option to allow other users.
hey i am getting the same error when entering
./rclone-linux mount realdebrid: torrents --dir-cache-time 10s --allow-other
2024/01/03 21:52:49 NOTICE: realdebrid root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2024/01/03 21:52:49 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first 2024/01/03 21:52:49 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
as BlueFeatherBoa suggested, i edited the /etc/fuse.conf and uncommented user_allow_others but still getting the same error after rebooting the container
GNU nano 6.2 /etc/fuse.conf
# The file /etc/fuse.conf allows for the following parameters:
#
# user_allow_other - Using the allow_other mount option works fine as root, in
# order to have it work as user you need user_allow_other in /etc/fuse.conf as
# well. (This option allows users to use the allow_other option.) You need
# allow_other if you want users other than the owner to access a mounted fuse.
# This option must appear on a line by itself. There is no value, just the
# presence of the option.
user_allow_other
# mount_max = n - this option sets the maximum number of mounts.
# Currently (2014) it must be typed exactly as shown
# (with a single space before and after the equals sign).
#mount_max = 1000
any help?
Can't really troubleshoot the details of your operating environment, but the message clearly notes that Fuse isn't running, and suggests a clear action (modprobe fuse). Note that latest versions of Ubuntu use Fuse 3, so there may be different paths to take to resolve this depending on exactly what you're running.