On Wed, 14 Apr 2004, Uwe Brauer wrote: > On 14 Apr 2004, [EMAIL PROTECTED] wrote: > Thanks for you reply: >> >> The basics: >> >> A USB floppy disk drive does *not* live on /dev/fd?, it lives as a >> SCSI disk drive, by virtue of the USB storage device protocols. > > Ok, I did not know that to start with >> >> So: >> >> Do you have USB mass-storage support, SCSI support and SCSI disk >> support all compiled in, or as modules? > As modules I think > > lsmod | grep usb > > gives me > > usb-storage 60960 0 (unused) > usb-ohci 18184 0 (unused) > usbcore 57472 0 [usb-storage hid usb-ohci] > >> >> If so, do they correctly load and identify the floppy drive as a >> SCSI mass storage device? >> >> If so, what happens when you access /dev/sd0? > mount -t ext3 /dev/scd0 /floppy/ > mount: block device /dev/scd0 is write-protected, mounting read-only > mount: No medium found
That was sd0, not scd0; sd are the SCSI disk devices, SCD are the CD-ROM devices. So, that wouldn't work, as you noted. :) The best way to work out where it is would be to look in /proc/scsi/scsi, where you would see which disk device the FDD was assigned. At that point it should be accessible. From your cdrecord scan it looks like 'sd0' would be the right place, given you have one SCSI CD and one SCSI disk device connected. Daniel -- As long as a person has a notion that he is guided by immediate direction from heaven, it makes him incorrigible and impregnable in all his misconduct. -- Jonathan Edwards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]