bash$ mtools Supported commands: mattrib, mbadblocks, mcat, mcd, mcopy, mdel, mdeltree, mdir mdoctorfat, mdu, mformat, minfo, mlabel, mmd, mmount, mpartition mrd, mread, mmove, mren, mshowfat, mtoolstest, mtype, mwrite mzip
You can also mount the floppy and use the normal commands, then unmount it. To mount a floppy you can type:
bash# mount /mnt/floppy
This will set the /mnt/floppy/ directory to have the contents of the floppy root directory. Once you are done using the floppy unmount it by typing:
bash# umount /mnt/floppy
Note, the command is umount and not unmount.