Wiki Page
HowTo: Connect to cyn.in as WebDAV share from Ubuntu
If you wish to connect to the cyn.in Server as a WebDAV share from ubuntu (mine 9.04) and wish to give your system access as local one. After this set up it’s meant to work for any application that works on that webdav directory files just the same as they would on the local (read: hard drive) file system. Reference to the original tutorial
Steps to configure
- Install davfs2 package (you might use Synaptic instead)
$ apt-cache search davfs2 davfs2 - mount a WebDAV resource as a regular file system $sudo aptitude install davfs2
- Reconfigure the package since it needs to run SUID if normal users should be able to use it:
sudo dpkg-reconfigure davfs2
- Confirm to SUID davfs2 select a user group, e.g. “davfs2″
-
Make a mount point, i.e. a directory where the “file system” is hung into (directory webdove in a subdir of your home):
mkdir ~/mnt/webdove
- To testmount use something like (use quotes to tell bash to keep it’s hands off it):
sudo mount.davfs 'http://domain.tld/path' /path/to/webdove
You will be prompted for user and password use your cyn.in credentials - To allow regular users access I could only find a way where one needs to touch /etc/fstab to add a line like this one:
http://domain.tld/davath /path/to/webdove davfs user,rw,noauto 0 0
Now any user can do mount mount /path/to/webdove and umount /path/to/webdove

Blog
Status Log
Does somebody has an idea?
Thanks.