How to use Floppy drive in antiX Linux

Install the next packages

sudo apt install udisks2 fdutils ufiformat

==================

Detect Floppy drive

ls -l /dev/fd*

sudo fdmount -l

===================

Edit /etc/fstab file as

## Floppy drive
/dev/fd0 /media/floppy auto rw,user,noauto,exec,utf8

===================

Use Floppy drive

===================

Floppy drive is working fine with Caja filemanager and ROX filemanager.

Some reason Floppy drive is not working with ZZZFM filemanager.