Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

This is the error I received when I tried mounting internal floppy drive:

Error mounting system-managed device /dev/fd0: Command-line `mount "/media/floppy0"' exited with non-zero exit status 32: mount: /dev/fd0 is not a valid block device

I'm using Ubuntu 12.10.

share|improve this question

1 Answer

Command mount /dev/fd0 was broken since lucid (i.e. Ubuntu 10.04).

Try using udisks --mount /dev/fd0 instead (or udisks --mount /media/floppy0 if you prefer).

share|improve this answer

protected by Community Nov 30 '12 at 21:43

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.