Mitsumi 7 in 1 Floppy troubles
Hi, I own an internal Mitsumi 7 in 1 Floppy (floppy + 6 in 1 card reader)
Now the floppy works fine, but no matter what I do I can't get the card reader to read my SD card. I'm running kernel 2.6.15.4 with usb mass storage support enabled, I have the scsi disk support enabled as well, this is the output I get from cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.15.4
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
Linux sg driver version: 3.5.33
Using libscg version 'schily-0.8'.
scsibus6:
6,0,0 600) 'ATA ' 'Maxtor 6B300S0 ' 'BANC' Disk
6,1,0 601) *
6,2,0 602) *
6,3,0 603) *
6,4,0 604) *
6,5,0 605) *
6,6,0 606) *
6,7,0 607) *
scsibus8:
8,0,0 800) 'USB2.0 ' 'CardReader CF RW' '0.0>' Removable Disk
8,1,0 801) *
8,2,0 802) *
8,3,0 803) *
8,4,0 804) *
8,5,0 805) *
8,6,0 806) *
8,7,0 807) *
So it's there, the kernel knows the hardware is there it knows its a mass storage device as well, here is my messages output.
kernel: Vendor: USB2.0 Model: CardReader CF RW Rev: 0.0>
kernel: Type: Direct-Access ANSI SCSI revision: 00
kernel: sd 8:0:0:0: Attached scsi removable disk sdb
kernel: sd 8:0:0:0: Attached scsi generic sg1 type 0
But when I try to mount it with mount -tvfat /dev/sdb1 /mnt/sd (the directory exits)
it says no medium found (yet it checks the drive to see if there is anything in there)
Am i doing something wrong or is this device not supported by the usb mass storage driver?
Last edited by ProtoformX; 03-03-2006 at 04:25 PM.
|