I'm looking for a way to scan for hard disks without incurring the 'floppy tax' of the system attempting to read the floppy drive to see if there's a disk in there.
Important: I know how to use DriveInfo.GetDrives to get just hard disks, but that involves filtering after the list has been created. What I want to do is filter before, if it's possible.