From 38ea8d1d86a1a10473f6999133e92be78a1fa179 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Sep 2015 23:32:14 +0200 Subject: Update dav_mount.bb --- doc/dav_mount.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/dav_mount.bb') diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index 663251a9d..0fd3d4691 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -32,7 +32,7 @@ Where [baseurl] is the URL of your hub, /mount/point is the location you want to For example, if I wanted to mount my cloud to a directory called 'cloud' in my home directory, and my username was bob, my fstab would be -[code][baseurl]/cloud/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code] +[code][baseurl]/dav/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code] Now, create the mount point. @@ -49,7 +49,7 @@ Create a file called 'secrets' and add your cloud login credentials [code] -[baseurl]/cloud <username> <password> +[baseurl]/dav <username> <password> [/code] Where <username> and <password> are the username and password [i]for your hub[/i]. @@ -60,7 +60,7 @@ Don't let this file be writeable by anyone who doesn't need it with Finally, mount the drive. -[code]mount [baseurl]/cloud[/code] +[code]mount [baseurl]/dav[/code] You can now find your cloud at /home/bob/cloud and use it as though it were part of your local filesystem - even if the applications you are using have no dav support themselves. -- cgit v1.2.3