Hmmm, could you post the details of the warning message that you are getting, it could well tip of why it is trying to look for your floppy drive.
In the mean time, I can think of a couple things that might help. In your '/etc/fstab' file you may well have a line refering to the non-existant floppy. It would look something like:
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
If you comment this line out it might prevent the system from trying to locate the drive.
|