Hi!
I’ve installed rclone using dietpi-software. Great! ![]()
I tried to mount a cloud storage space using fstab but it failed due to a missing symlink. This symlink is needed to enable the OS find the rclone binary for executing rcloud’s mount directive in fstab.
The rcloud docs also expain this:
rclone by default expects GNU-style flags
--key val. To run it as a mount helper you should symlink rclone binary to/sbin/mount.rcloneand optionally/usr/bin/rclonefs, e.g.ln -s /usr/bin/rclone /sbin/mount.rclone. rclone will detect it and translate command-line arguments appropriately.
URL: rclone mount
So my request is to just add this symlink in DietPi’s installation script for rclone to avoid that error source of failing mounts. ![]()