Hello everyone, I was busy for a few days and had delivary to my account off for the mailing lists. Is there anything very major happenning on the list? I am using Mandrake 9.0 and something called DevFS starts everytime I boot up my PC. It takes approx 30 seconds of time during bootup. I realized that the following in /etc/rc.d/rc.sysinit causes it to run.
# Try to get devfsd if [ -c /dev/.devfsd ]; then if [ -x /sbin/devfsd ]; then action "Running DevFs daemon" devfsd /dev else if ! grep -q "nodevfsd" /proc/cmdline;then # devfs is used but devfsd isn't installed quiet off gprintf " #### your system is currently using devfs but devfsd isn't availlable" gprintf " #### you should disable devfs (add 'devfs=nomount' to the paramaters" gprintf " #### that your bootloader gives to the kernel" # Let devfs being tested, but disable it on /dev action " Disabling devfs (was mounted on /dev)" umount /dev fi fi fi
Can I disable it, I do not understand what it is. There is no man or any other info for it. Thanks in advance.
Bye.
On Sun, Dec 15, 2002 at 07:51:50PM +0530, Amish Munshi wrote:
Can I disable it, I do not understand what it is. There is no man or any other info for it.
Here is the devfs FAQ:
http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html
Cheers, Gautam
Hi,
On Sun, Dec 15, 2002 at 07:51:50PM +0530, Amish Munshi wrote:
Can I disable it, I do not understand what it is. There is no man or any other info for it.
AFAIK 'devfs' is a new kernel feature that relieves the user of having a device structure under '/dev'. If you have that on your hard disk ... you certainly don't need it.
You'll find info on devfs in the kernel documentation
ciao Abhijeet More