So I'm trying to get rclone working on my laptop. went through all configuration indications and everything is ok. but when I want to mount the OneDrive get the following error: ERROR : Failed to create vfs cache - disabling: failed to make cache directory: make cache directory failed: mkdir /home/ugly-kid-rigo/.cache/rclone/vfs/OneDrive: permission denied
Now this is totally clear to me, I don have permission for this, the question is, how do I acquire it?
The command I used was:
rclone mount OneDrive:path /home/ugly-kid-rigo/OneDrive --vfs-cache-mode writes
I'm using
rclone v1.53.3
os/arch: linux/amd64
go version: go1.15.5
I've tried looking for this topic on the forums but no luck finding the solution I need. thanks in advanced
this is a linux permissions issue, not really a rclone issue.
the user that runs rclone needs permission to that folder.
i think chmod 777 will work but perhaps too permissive.
perhaps chmod 755
if you need help with that, we have linux experts, who should stop by soon.
ugly-kid-rigo@UGLYKIDRIGO-LENOVO:~$ chmod -rwx home/ugly-kid-rigo/.cache/rclonechmod: cannot access 'home/ugly-kid-rigo/.cache/rclone': No such file or directory
that worked. no error this time.....but the OneDrive folder is empty. My logic tells me that is because I'm only writing on the OneDrive account on line. IS that correct?
ugly-kid-rigo@UGLYKIDRIGO-LENOVO:~$ rclone ls OneDrive:path -vv
2020/12/25 17:43:50 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "ls" "OneDrive:path" "-vv"]
2020/12/25 17:43:50 DEBUG : Using config file from "/home/ugly-kid-rigo/.config/rclone/rclone.conf"
2020/12/25 17:43:50 DEBUG : Creating backend with remote "OneDrive:path"
2020/12/25 17:43:52 ERROR : : error listing: directory not found
2020/12/25 17:43:52 DEBUG : 5 go routines active
2020/12/25 17:43:52 Failed to ls with 2 errors: last error was: directory not found
Sorry about this. And before I move any further I will try to explain what Iḿ trying to do. Basically what Iḿ trying to do is mount onedrive on my ubuntu file manager so I can see what I already have on the onedrive online account and modify it if I want to. Thatś why I chose to mount it thinking that woud do the trick.
But that worked yesterday.....honestly. I could see all my folders yesterday. I do not know what happened, Sorry, I'll run config again. what i mean with i could see the folders i mean running rclone ls. anyway...Iĺl run it again