Skip to content

Instantly share code, notes, and snippets.

@vdv
Created July 5, 2012 08:51
Show Gist options
  • Save vdv/3052398 to your computer and use it in GitHub Desktop.
Save vdv/3052398 to your computer and use it in GitHub Desktop.
mount yandex.disk in linux
echo "https://webdav.yandex.ru /mnt/yandex.disk davfs rw,users,noauto 0 0" >> /etc/fstab
echo "https://webdav.yandex.ru:443 логин_в_яндексе пароль_в_яндексе" >> /etc/davfs2/secrets
http://blogger.omg-linux.ru/2012/04/davfs2-ubuntu.html
@alperxx
Copy link

alperxx commented Jan 21, 2018

mount -t davfs https://webdav.yandex.ru:443 /mnt/yandex/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment