Ten behoeve van het koppelen van cloud storage (argeweb databird) via de linux cli de volgende procedure:
sudo apt-get install davfs2
Note: Must run dpkg-reconfigure davfs2 according to /usr/share/doc/davfs2/README.Debian to get around “/sbin/mount.davfs: program is not setuid root” issue when trying to mount as non-root user.
Note: Add ignore_home kernoops to /etc/davfs2/davfs2.conf to get around the “/sbin/mount.davfs: / is the home directory of user kernoops” error.
http://example.org/dav /media/dav davfs noauto,user 0 0
sudo adduser <user> davfs
Make sure WebDAV connection credentials are in ~/.davfs2/secrets with restrictive permissions (chmod 600):
/media/dav webdav-username password
mount /media/dav umount /media/dav
References: man mount.davfs2