unraid_rclone_mount icon indicating copy to clipboard operation
unraid_rclone_mount copied to clipboard

Works on Synology, with a couple small changes

Open checktravis opened this issue 5 years ago • 2 comments

I tried your script on my Synology NAS. It gave me a few errors but they were easy to fix. I already had rclone configured with a crypt mount working but I wanted mergerfs and your script has been, by FAR, the easiest way to get that working.

I had to copy my rclone.conf to /root/.config/rclone/rclone.conf, replace all instances of /mnt/user/ with a home path (just a preference), and I had to run the script with sudo.

You can see the changes in the attached file. I think if there was a path variable at the top with the others, it would make the script more universal.

Thanks for developing this, helped me out a lot!

unraid_rclone_mount.sh.txt

checktravis avatar Aug 15 '20 18:08 checktravis

Probably a good Idea to add this to the Readme @BinsonBuzz

jrdnlc avatar Sep 03 '20 23:09 jrdnlc

Thanks @jrdnlc I'll probably add this into the next version.

BinsonBuzz avatar Sep 09 '20 15:09 BinsonBuzz