Mounting a floppy disk fails most of the time (but not always) on the
first attempt after Portable Predict Plus is booted.  Subsequent mounts
work fine.  This error is not encountered when initially mounting a
hard disk partition or a CDROM, and its cause at this time is unclear.

A cheap and dirty work-around to this problem was to modify BusyBox's
util-linux/mount.c to make a second attempt at mounting a filesystem
if the first attempt should fail.  Other than the kernel spewing
forth several errors during the first failed attempt, the hack seems
to work successfully.  A diff file reflecting the modifications made
to busybox-1.00 is included under docs/BusyBox.

