On Fri, 2003-11-28 at 22:02, Brian G. Vallelunga wrote: > I'm trying to find out where I can prevent a module from loading. I'm > very new to Linux. Specifically, I want to prevent the floppy.o module > from loading at boot time. > This may not be the most elegant of solutions, but the easiest way is probably to add the line "rmmod floppy" to your /etc/rc.local file. Peter