Translation(s): none

(!) [:/Discussion:Discussion]


In Linux the floppy is generally /dev/fd0 (equivalent to a: in Windows ).

The standard mount point for floppies is /media/floppy. You can easily mount the floppy with the command:

mount /media/floppy

If you have a line like this in /etc/fstab:

/dev/fd0        /media/floppy         auto    user,noauto             0       0


["Hardware"]