plex_debrid icon indicating copy to clipboard operation
plex_debrid copied to clipboard

Error on creating the virtual drive

Open freskhu opened this issue 1 year ago • 10 comments

root@plex:~# ./rclone-linux mount my-remote: Y: --dir-cache-time 10s <5>NOTICE: realdebrid root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first Fatal error: failed to mount FUSE fs: fusermount: exit status 1

freskhu avatar Jan 15 '24 16:01 freskhu

Did you try appending --vfs-cache-mode writes to your mount command?

JHarding86 avatar Jan 16 '24 03:01 JHarding86

yes but the problem is on fusemount, root@plex:~# modprobe fuse modprobe: FATAL: Module fuse not found in directory /lib/modules/6.5.11-7-pve

freskhu avatar Jan 16 '24 09:01 freskhu

I tired so many things and i am not able to surpass this root@plex:/var/lib/plexmediaserver# ./rclone-linux mount realdebrid: torrents --dir-cache-time 10s --allow-other --vfs-cache-mode writes mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first Fatal error: failed to mount FUSE fs: fusermount: exit status 1

freskhu avatar Jan 16 '24 22:01 freskhu

Have you tried to install fuse?

'sudo apt install fuse'

And libfuse?

'sudo apt install libfuse2'

JHarding86 avatar Jan 17 '24 03:01 JHarding86

I managed to solve it... I am running into LXC proxmox and it is solved with the command mknod -m 666 /dev/fuse c 10 229

freskhu avatar Jan 17 '24 11:01 freskhu

I managed to solve it... I am running into LXC proxmox and it is solved with the command mknod -m 666 /dev/fuse c 10 229

Is that an Alpine LXC? I been trying to figure that one out myself lol. I just switched to a Debian LXC instead and it solved it.

Thanks for the tip!

dreulavelle avatar Jan 19 '24 14:01 dreulavelle

its the script from tteck

freskhu avatar Jan 19 '24 18:01 freskhu

I managed to solve it... I am running into LXC proxmox and it is solved with the command mknod -m 666 /dev/fuse c 10 229

I just tried this because i was getting the same issue, im also running in a proxmox container. When i run the rclone mount after doing this though, it just hangs. No errors, but it doesnt give me the mesage to say its succesfully either and i cant enter a new command because its stuck processing.

slunat avatar Feb 03 '24 21:02 slunat

I managed to solve it... I am running into LXC proxmox and it is solved with the command mknod -m 666 /dev/fuse c 10 229

I just tried this because i was getting the same issue, im also running in a proxmox container. When i run the rclone mount after doing this though, it just hangs. No errors, but it doesnt give me the mesage to say its succesfully either and i cant enter a new command because its stuck processing.

it means it worked

freskhu avatar Feb 04 '24 19:02 freskhu

it means it worked

Yeah i realised afterwards it was actually running. The guide mentioned a message would show up saying it was successful so I assumed it wasnt running. Also for me I was able to get around this issue by just enabling the Fuse feature in the options for the LXC.

slunat avatar Feb 04 '24 22:02 slunat