Skip to content

Commit e53285b

Browse files
Koruudoskjnldsv
authored andcommitted
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 <username> must be member of group network Please feel free to adjust my comment if need be. :) Signed-off-by: Seth <github@sesu.tech>
1 parent 40c4817 commit e53285b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_manual/files/access_webdav.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ automatically every time you log in to your Linux computer.
146146

147147
usermod -aG davfs2 <username>
148148

149+
.. note::
150+
**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.
151+
149152
#. Then create a ``nextcloud`` directory in your home directory for the
150153
mount point, and ``.davfs2/`` for your personal configuration file::
151154

0 commit comments

Comments
 (0)