08-06-2020, 10:54 PM
(08-02-2020, 05:18 AM)pfeerick Wrote:thank you so much buddy!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!
You are absolutely right! Appreciate your explanation!
Awesome, Awesome! Awesome!