From 67ed7e40be69e82fdff674aee71cfa5dc789f4d3 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Sep 2015 23:30:25 +0200 Subject: Update dav_mount.bb --- doc/dav_mount.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index d8cb2e08e..663251a9d 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -25,7 +25,7 @@ Edit /etc/fstab to include your cloud directory by adding [code] -[baseurl]/cloud/ /mount/point davfs user,noauto,uid=<DesktopUser>,file_mode=600,dir_mode=700 0 1 +[baseurl]/dav/ /mount/point davfs user,noauto,uid=<DesktopUser>,file_mode=600,dir_mode=700 0 1 [/code] Where [baseurl] is the URL of your hub, /mount/point is the location you want to mount the cloud, and <DesktopUser> is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory. -- cgit v1.2.3