Simao Curval Ferreira
Simao Curval Ferreira
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
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...
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
its the script from tteck
> > 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...