On Thu, Jun 9, 2011 at 11:40 AM, Stéphane Guedon <steph...@22decembre.eu> wrote:
> 16:05 root@luciole /boot # mount
> rootfs on / type rootfs (rw)
> /dev/root on / type ext3 (rw,commit=0)
> proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
> rc-svcdir on /lib64/rc/init.d type tmpfs
> (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
> sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
> debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
> udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
> devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
> shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
> /dev/sda6 on /home type ext4 (rw,commit=0)
>
> Is debugfs usefull ? If not, is there a way not to mount it ?

If you don't use it, it's not useful. :) Disable it in your kernel and
it will go away.

debugfs is not a real filesystem, it's a virtual way to access
debugging info from various modules/programs. Kind of like /proc is a
virtual filesystem which shows info about processes. If you don't use
any of that debugging info, then it's useless to you.

Reply via email to