From e18eac279ebe6d4ba608e05c5a19324817d56ca8 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 21 Oct 2025 17:16:19 -0400 Subject: [PATCH] Add note about davfs2 group creation I just went through setting up davfs2 on Arch and it did not create the davfs2 group for me. I also had to edit the config to make it use the group, once I created it, because it was defaulting to network. I was getting the following error when trying to mount it: user must be member of group network Please feel free to adjust my comment if need be. :) Signed-off-by: Seth --- user_manual/files/access_webdav.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 34be938c8c6..782ef625a23 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -142,6 +142,9 @@ automatically every time you log in to your Linux computer. usermod -aG davfs2 +.. note:: + **If the davfs2 group doesn't exist after installing the package, you may need to create it yourself and, possibly, adjust the davfs config file to use the group after you've created it. + #. Then create a ``nextcloud`` directory in your home directory for the mount point, and ``.davfs2/`` for your personal configuration file::