NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
How to stop etch kernel probing for hda and hdb ?Hi My system has SCSI hard drives and an IDE cdrom.
To stop the kernel wasting its time probing for hda and hdb, I have created a "/etc/modprobe.d/options" file that contains the line:
but that does not stop the probing. Without recompiling the kernel, how can I stop the kernel probing for hda and hdb at boot up ? Thanks. |
How to stop etch kernel
You may have to check the udev scripts; they may be a bit stupid and set to check for hda and such just because an IDE interface is detected.
udev
I had a look at /etc/udev/ and /lib/udev/ but i did not understand much of what i saw. Thanks for the pointer though.