Hello:
I’s using rclone installed “manually” at:
/storage/.config/rclone
Using this version:
https://downloads.rclone.org/rclone-current-linux-arm64.zip
So, I have in the folder:
/storage/.config/rclone
the files:
rclone
rclone.1
and
rclone.conf (with all my “remotes”)
I have used rclone during some years in this way, without any problem at all.
I “updated” rclone “manually” a lot of times changing old
rclone
rclone.1
binaries with new ones. The last ones are:
1.62.2 version
I have ~ 10 remotes configured, and I use the same “rclone.conf” with 4 different TV-boxes (S905X3, Amlogic-ng; CoreELEC 20.1).
Well… rclone 1.62.2 version DOES NOT WORK, and I had to return to 1.61.1 to get rclone working and mouting the virtual drives again.
It seems that there is a problem with “fusermount3”:
that is a file that new rclone 1.62.2 needs to mount the drives, and that seems that is NOT been used with CoreELEC.
I tried to install:
fuse3-utils
and now I have a:
/storage/.opt/bin/fusermount3
file, but it seems that is not enough for rclone 1.62.2, because rclone must search only in:
/usr/bin
So, I tried to symlink it in both ways:
ln -s /storage/.opt/bin/fusermount3 /bin/fusermount3
or
ln -s /usr/bin/fusermount /usr/bin/fusermount3
but…
“Read-only file system”, so I could NOT create the symlink for fusermount3.
So, finally, the questions:
1) Is there any way to “symlink” fusermount3 to /usr/bin?
2) Is possible to add fusermount3 to next CoreELEC versions?
Thanks in advance and kind regards