R
R
RokkerRuslan2014-04-27 07:59:10
linux
RokkerRuslan, 2014-04-27 07:59:10

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

3 answer(s)
M
MooNDeaR, 2014-10-12
@MooNDeaR

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.

D
Dm13y, 2014-04-27
@Dm13y

You can try to see the processes that use your folder. In the console type
su ps axu | grep /home/rokker/yadisk

H
Hamlet Muradyan, 2014-06-09
@m_hamlet

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 question

Ask a Question

731 491 924 answers to any question