Quote:pi@...:/srv $ ls /dev-disk-by-label-DATA/iz
ls: cannot access '/dev-disk-by-label-DATA/iz': No such file or directory
pi@...:~ $ rclone ls /dev-disk-by-label-DATA/iz
In the first instance, your working directory was `/srv/`, so your ls command should have not have had the leading `/`, or should been the complete path - with `/srv` in front.
In the second, the path was again wrong... `/srv` was missing from the front of the path.
Sounds like you're making progress though!