LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   External usb floppy drive (https://www.linuxquestions.org/questions/linux-hardware-18/external-usb-floppy-drive-655862/)

bert07 07-15-2008 06:39 AM

External usb floppy drive
 
If got a new computer without an internal floppy drive, but I do have an external floppy drive.
When I connect it, it is seen as a "disk" and not recognized as floppy drive.
How can I get Linux to recognize an external usb floppy drive as floppy?

pinniped 07-15-2008 06:57 AM

It doesn't matter what it's called, as long as it works. Presumably it is using the "usb-storage" driver and you can pretend it's a very small HD. You just have to take care to explicitly invoke the correct tools for creating a filesystem on it, just so you don't waste a lot of space for inodes. If you can mount and read a floppy, that is a good indication that the device will behave as you expect, despite the name.

bert07 07-16-2008 01:34 AM

Okay. But it is not the name I care about. Other programs should see the drive as floppy, e.g. Startup-manager, to write a boot disk.

linuxlover.chaitanya 07-16-2008 01:51 AM

Because it is usb floppy drive and not internal it will always be detected as sdb or something similar.
This is because you have not connected it to the floppy connector inside the box.
If you want, once the floppy is mounted automatically, you can unmount it and remount it where you would like to. But as said before, where it gets mounted really makes no difference as far as it is working properly for you the way you want it.
Other way is to edit fstab file to auto mount it where you want at boot if you have it connected all the time.

bert07 07-17-2008 01:23 AM

So, if I edit the fstab file with

/dev/sdc /media/floppy (and the rest)

I should be okay?

(I use sdc here because I have 2 drives inside my computer).

I shall try that later on.
Thanks. I'll let you know if it works.

bert07 07-17-2008 04:30 AM

I could mount "the drive" as floppy, but as soon as I put a floppy in it, it again mounts the floppy as disk. (?!?@?)

linuxlover.chaitanya 07-17-2008 08:08 AM

It will mount it as disk because of the reason that it is usb connected and anything that is connected to usb is usually mounted on disk.
You can still unmount it without hampering its operation.

bert07 07-18-2008 04:53 AM

Okay. Thank you.

Anyway, I replaced the media card reader with an internal floppy drive.
So the issue is not an issue any more.


All times are GMT -5. The time now is 06:47 AM.