walt <[email protected]> wrote: > > it tries to read from the floppy and prints an error message to the console
No. The kernel does not do this. It is either udev or some other part of your init system which does this. > "mount" at a bash prompt, and then spams the screen > with errors about /dev/fd0. And again it is not the kernel. Obviously, it is the bashcomp shell scripts which do it in some case, here. > Could/should kernel patch number 38 really introduce new behavior? It might toggle that for some reason e.g. /dev/fd0 was not visible or accessible before. (Or at least not in the way how udev and bashcomp expected to access it.)

