summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorDave Reisner2013-01-02 15:11:10 +0100
committerKarel Zak2013-01-09 14:42:01 +0100
commit886330478b7907bf63b23630a79908e12b888e44 (patch)
tree50c285c825b5fe559e1b8cc6587549d4eb9fe2d3 /sys-utils/mount.8
parentbuild-sys: invert flag for sulogin emergency mount (diff)
downloadkernel-qcow2-util-linux-886330478b7907bf63b23630a79908e12b888e44.tar.gz
kernel-qcow2-util-linux-886330478b7907bf63b23630a79908e12b888e44.tar.xz
kernel-qcow2-util-linux-886330478b7907bf63b23630a79908e12b888e44.zip
mount: document options for debugfs
Since 3.4, debugfs allows uid, gid, and mode options. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 2fdf655a2..44218cc40 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1183,8 +1183,13 @@ The debugfs filesystem is a pseudo filesystem, traditionally mounted on
.IR /sys/kernel/debug .
.\" or just /debug
.\" present since 2.6.11
-There are no mount options.
-
+As of kernel version 3.4, debugfs has the following options:
+.TP
+.BI uid= n ", gid=" n
+Set the owner and group of the mountpoint.
+.TP
+.BI mode= value
+Sets the mode of the mountpoint.
.SH "Mount options for devpts"
The devpts filesystem is a pseudo filesystem, traditionally mounted on
.IR /dev/pts .