Skip to content

Commit 69be584

Browse files
committed
Add section on mount options
1 parent 14223f9 commit 69be584

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

cpt-configure.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,35 @@ other mounts. For example:
144144
config-egi.egi.eu /cvmfs/config-egi.egi.eu cvmfs defaults,_netdev,nodev 0 0
145145
cms.cern.ch /cvmfs/cms.cern.ch cvmfs defaults,_netdev,nodev,x-systemd.requires-mounts-for=/cvmfs/config-egi.egi.eu 0 0
146146

147+
.. _sct_mount_options:
148+
149+
Mount options
150+
~~~~~~~~~~~~~
151+
152+
These are CVMFS-specific mount command options. These can be put into the field 4 of ``/etc/fstab``, or passed after ``-o`` to a comand ``mount``, ``fusermount``, ``mount.cvmfs`` or ``cvmfs2``.
153+
154+
=============================== ===============================================================================
155+
**Parameter** **Meaning**
156+
=============================== ===============================================================================
157+
``allow_other`` Allow access to other users
158+
``allow_root`` Allow access to root
159+
``config=FILES`` Colon-separated list of config files
160+
``cvmfs_suid`` Honor set-user-ID and set-group-ID bits or file capabilities when executing programs from the filesystem being mounted
161+
``debug`` Enables debug logging to destination file specified in ``CVMFS_DEBUGLOG``
162+
``disable_watchdog`` Disables watchdog process. Recommended for debugging. With this option, there is only one cvmfs2 process. Without this option, there are two processes.
163+
``foreground`` Run in foreground
164+
``fuse_passthrough`` Enables FUSE passthrough (read requests bypass userspace, improves performance)
165+
``fuse_passthru`` Alias for ``fuse_passthrough``
166+
``gid=GID`` Drop credentials to another group
167+
``grab_mountpoint`` Give ownership of the mountpoint to the user before mounting (required for autofs)
168+
``libfuse=[2,3]`` Enforce a certain libfuse version
169+
``nonempty`` Allow mounts over non-empty directory
170+
``parse`` Parse and print cvmfs parameters
171+
``simple_options_parsing`` Avoids spawning shell subprocess to parse every config file. Recommended for debugging
172+
``system_mount`` Indicate that mount is system-wide (makes failure to set nofile ulimit fatal)
173+
``uid=UID`` Drop credentials to another user
174+
=============================== ===============================================================================
175+
147176
.. _sct_privatemount:
148177

149178
Private Mount Points

0 commit comments

Comments
 (0)