Skip to content

Commit

Permalink
Correct Arch Linux FUSE troubleshooting info
Browse files Browse the repository at this point in the history
  • Loading branch information
HanabishiRecca authored and TheAssassin committed Jun 5, 2024
1 parent 0ab1ba3 commit 65c54a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/user-guide/troubleshooting/fuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,13 @@ FUSE is not operational out of the box. However, starting with release 73, it's
Setting up FUSE on Arch Linux
*****************************

On Arch Linux, FUSE should work already. A common issue, however, is that the ``fusermount`` binary's permissions may be incorrect. Fortunately, there's an easy fix:
Install the required package:

.. code-block:: shell
sudo pacman -S fuse2
A common issue, however, is that the ``fusermount`` binary's permissions may be incorrect. Fortunately, there's an easy fix:

.. code-block:: shell
Expand Down

0 comments on commit 65c54a7

Please sign in to comment.