Well, what's the worst thing that can happen if you try and something goes wrong? You have to reformat a floppy.
Just mount them with -t vfat or -t auto or have a look in fstab for vfat and type: "mount /floppy"
The line should be something like: /dev/fd0 /floppy vfat defaults,users,noauto,showexec,umask=022 0 0
|