Answer the question
In order to leave comments, you need to log in
How to fix Yandex.Disk? Error: directory path is being used by another
Every time the OS boots (Ubuntu 14.04) the daemon starts, sometimes it fails. Outputs to the terminal: Error: directory path is being used by another user: /home/rokker/yadisk
The user is alone.
Answer the question
In order to leave comments, you need to log in
The solution is simple: remove the hidden .sync folder from the /home/rokker/yadisk folder and restart the daemon. Command in the console:
rm -R /home/rokker/yadisk/.sync
yandex-disk stop
yandex-disk start
It's amazing that Google finds the only mention of this error only in this post and not a single solution.
You can try to see the processes that use your folder. In the console type
su ps axu | grep /home/rokker/yadisk
I also had a similar problem. After re-generating the token, the problem disappeared:
yandex-disk token -p PASSWORD --dir DIRECTORY USER
yandex-disk --dir DIRECTORY start
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question