From 74c66cea1294ea70b6498b5fc00ad9e2ac8c9b7a Mon Sep 17 00:00:00 2001 From: roasty Date: Wed, 10 Apr 2013 22:18:11 -0600 Subject: [PATCH] Correct fstab entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It appears that the example fstab entry had unnecessary "**." at the end. I'm fairly ignorant when it comes to this stuff but I can't find any examples of those characters being necessary for the fsck options and mount fails with error:   [mntent]: line X in /etc/fstab is bad  when that's there. --- user_manual/files/files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/files.rst b/user_manual/files/files.rst index f997bec7b..ab2863b98 100644 --- a/user_manual/files/files.rst +++ b/user_manual/files/files.rst @@ -59,7 +59,7 @@ Mounting from command line 4. Edit :file:`/etc/fstab` and add the following line for each user who wants to mount the folder (with your details where appropriate):: - youradress.com/files/webdav.php /home//owncloud davfs user,rw,noauto 0 0**. + youradress.com/files/webdav.php /home//owncloud davfs user,rw,noauto 0 0 Then, as each user who wants to mount the folder: