estos son los comandos que me dio el señor Google para montar un floppy en fedora
[root@linuxserver ~]# mount -t vfat /dev/fd /usr/bin/floppy
mount: /dev/fd is not a block device
[root@linuxserver ~]# mount -t msdos /dev/fd /usr/bin/floppy
mount: /dev/fd is not a block device
[root@linuxserver ~]# mount -t vfat /dev/fb /usr/bin/floppy
mount: /dev/fb is not a block device
[root@linuxserver ~]# mount -t msdos /dev/fb /usr/bin/floppy
mount: /dev/fb is not a block device
[root@linuxserver ~]# mount -t vfat /dev/fb0 /usr/bin/floppy
mount: /dev/fb0 is not a block device
[root@linuxserver ~]# mount -t msdos /dev/fb0 /usr/bin/floppy
mount: /dev/fb0 is not a block device
como veran no funciono, les agradeceria que me ayudaran.
Hoy si que estoy de preguntonn.