Mount Floppy drive

Asked by Felix J Morales

How can mount the floppy drive

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Kevin Armstrong (kevinarmstr0ng) said :
#1

Felix,

Try executing "lshw -C disk". This will output information about your disk hardware. Look for the device that "probably" looks like this: "/dev/fd#" (# represents a digit). That's probably your floppy drive. Then create a directory somewhere, like /mnt/floppy. Now you're ready to mount. Execute mount /dev/fd# /mnt/floppy. Voila!

Revision history for this message
Kevin Armstrong (kevinarmstr0ng) said :
#2

Felix,

I meant to precede the commands with "sudo" of course.

Can you help with this problem?

Provide an answer of your own, or ask Felix J Morales for more information if necessary.

To post a message you must log in.