• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# The file /etc/fuse.conf allows for the following parameters:
2#
3# user_allow_other - Using the allow_other mount option works fine as root, but
4# in order to have it work as a regular user, you need to set user_allow_other
5# in /etc/fuse.conf as well. This option allows non-root users to use the
6# allow_other option. You need allow_other if you want users other than the
7# owner of a mounted fuse to access it. This option must appear on a line by
8# itself. There is no value; just the presence of the option activates it.
9
10#user_allow_other
11
12
13# mount_max = n - this option sets the maximum number of mounts.
14# It must be typed exactly as shown (with a single space before and after the
15# equals sign).
16
17#mount_max = 1000
18