[gentoo-user] debugfs

2011-06-09 Thread Stéphane Guedon
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

Re: [gentoo-user] debugfs

2011-06-09 Thread Paul Hartman
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

Re: [gentoo-user] debugfs

2011-06-09 Thread Stéphane Guedon
On Thursday 09 June 2011 18:52:29 Paul Hartman wrote: 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

Re: [gentoo-user] debugfs

2011-06-09 Thread Paul Hartman
On Thu, Jun 9, 2011 at 12:16 PM, Stéphane Guedon steph...@22decembre.eu wrote: But it seems every debugfs is disabled in my kernel. But it always mount ! Hmmm, I think the main setting is in Kernel Hacking section. In your .config it is CONFIG_DEBUG_FS=n

Re: [gentoo-user] debugfs

2011-06-09 Thread Alan McKinnon
Apparently, though unproven, at 18:40 on Thursday 09 June 2011, Stéphane Guedon did opine thusly: 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

[gentoo-user] DebugFS

2009-02-12 Thread Mark Somerville
I see that DebugFS is getting mounted very early on in the boot sequence. I want to keep it enabled in the kernel, but not automatically mounted. What mounts it? How can I stop it? Thanks, Mark pgpZOmF3N5lI3.pgp Description: PGP signature

Re: [gentoo-user] DebugFS

2009-02-12 Thread Mark Somerville
On Thu, Feb 12, 2009 at 11:29:43AM +, Mark Somerville wrote: I see that DebugFS is getting mounted very early on in the boot sequence. I want to keep it enabled in the kernel, but not automatically mounted. What mounts it? How can I stop it? In typical style, I solved it almost