Here try this. first try sudo mount /dev/fd0 /mnt/floppy if not good Check to see if it is all ready mounted ls /mnt. if not try mkdir /mnt/floppy mount /dev/fd0 /mnt/floppy -- deadgobby