ERROR : Failed to create vfs cache - disabling: failed to make cache directory: permission denied

try rclone ls OneDrive: -vv

that worked.....was about to remove the OneDrive remote

ugly-kid-rigo@UGLYKIDRIGO-LENOVO:~$ rclone ls OneDrive: -vv
2020/12/25 18:31:30 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "ls" "OneDrive:" "-vv"]
2020/12/25 18:31:30 DEBUG : Using config file from "/home/ugly-kid-rigo/.config/rclone/rclone.conf"
2020/12/25 18:31:30 DEBUG : Creating backend with remote "OneDrive:"
      163 2019-12-13_expensemanager.csv
   316780 AUD-20160929-WA0084.aac

all my files were listed. so with that....do I proceed with the mount command?

rclone mount OneDrive:path /home/ugly-kid-rigo/OneDrive --vfs-cache-mode writes

well, that was original command, but path, does not exist
so try
rclone mount OneDrive: /home/ugly-kid-rigo/OneDrive --vfs-cache-mode writes

1 Like

That did it my friend......Now I'll try to make it execute when startup. Thanks a lot for your help.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.