A
A
appplemac2012-04-15 01:52:12
linux
appplemac, 2012-04-15 01:52:12

Can't mount Yandex.Disk via davfs?

Welcome all.
I'm trying to mount Yandex.Disk via davfs, as described here .
I get the following output:

[email protected]:~# ./yandex.mount.sh 
spawn mount.davfs https://webdav.yandex.ru /yandex.disk/
Please enter the username to authenticate with server
https://webdav.yandex.ru or hit enter for none.
  Username: *****@yandex.ru
Please enter the password to authenticate user *****@yandex.ru with server
https://webdav.yandex.ru or hit enter for none.
  Password:  
mount.davfs: can't open fuse device
mount.davfs: trying coda kernel file system
mount.davfs: no free coda device to mount
[email protected]:~#

Tell me what could be wrong?
Thanks in advance for your replies.

Answer the question

In order to leave comments, you need to log in

9 answer(s)
Y
Yuri Syrovetsky, 2013-07-20
@cblp

If you hosted on OpenVZ, it seems that nothing will work: www.linux.org.ru/forum/admin/7875834

FUSE works through a kernel module, and you have OpenVZ, you can't just load the fuse module in it. Negotiate with the hoster to send /dev/fuse to you.
PS: for the future - never mess with hostings on OpenVZ/Virtuoso and other containers, you can fully use only Xen/KVM/HyperV hostings.
no-dashi ***** (06/17/2012 6:35:00 PM)

R
Rzhepish, 2012-04-15
@Rzhepish

Has the kernel with fuse support been compiled?

I
iandriyanov, 2012-04-15
@iandriyanov

Still up to date? I got on debian and gentoo
apt-get install davfs || emerge -av davfs2
mount.davfs -o uid=tvoi_user,gid=tvoya_group,rw webdav.yandex.ru :443/ /media/disk.yandex/
# /media/disk.yandex/ - Create in advance.

S
S1ashka, 2012-04-15
@S1ashka

Is the kernel module compiled?

B
barker, 2012-04-15
@barker


If modprobe coda helps manually
before mounting, then you need to figure it out in this direction.

D
Denis, 2012-04-15
@uscr

What FS are we talking about? The core is "native"?

V
Vlad Zhivotnev, 2012-04-15
@inkvizitor68sl

Login - username without domain.

A
akira, 2012-04-15
@akira

Everything is fine. Apparently I'm doing work, because webdav is now falling off on a timeout.

S
shilovk, 2017-08-29
@shilovk

This might be helpful: https://askubuntu.com/questions/459296/could-not-o...
Namely:

sudo apt-get install --reinstall linux-image-3.13.0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question