From: Dave Reisner Date: Wed, 2 Jan 2013 14:11:10 +0000 (-0500) Subject: mount: document options for debugfs X-Git-Tag: v2.23-rc1~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886330478b7907bf63b23630a79908e12b888e44;p=thirdparty%2Futil-linux.git mount: document options for debugfs Since 3.4, debugfs allows uid, gid, and mode options. Signed-off-by: Dave Reisner --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 2fdf655a25..44218cc402 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 .