Gå til innhold

Multikort USB Mass Storage leser - Hvordan mounter jeg?


kyrsjo

Anbefalte innlegg

Kjøpt en multikort kortleser (i Tyskland) som leser SM, CF, Memory Stick, MMC pg SD. Det står at den er Mass Storage kompatibel. Når jeg skulle lese bildene mine fra SmartMedia kortet mitt, fikk jeg ikke mountet den, den kom bare med dette:

 


[root@localhost root]# mount -t vfat /dev/sda /mnt/cam/

mount: wrong fs type, bad option, bad superblock on /dev/sda,

      or too many mounted file systems

[root@localhost root]# mount -t vfat /dev/sda1 /mnt/cam/

mount: /dev/sda1 is not a valid block device

 

Har tidligere mountet kameraet mitt (også USB Mass storage) fra /dev/sda1til /mnt/cam, det er ikke noe problemer.

Dette er hva jeg får på dmesg ved innkopling


hub.c: new USB device 00:1d.1-1, assigned address 8

WARNING: USB Mass Storage data integrity not assured

USB Mass Storage device found at 8

sda : READ CAPACITY failed.

sda : status = 1, message = 00, host = 0, driver = 08

Info fld=0xa00 (nonstd), Current sd00:00: sense key Not Ready

sda : block size assumed to be 512 bytes, disk size 1GB.

sda: test WP failed, assume Write Enabled

sda: I/O error: dev 08:00, sector 0

I/O error: dev 08:00, sector 0

unable to read partition table

Device not ready.  Make sure there is a disc in the drive.

Device not ready.  Make sure there is a disc in the drive.

sdb : READ CAPACITY failed.

sdb : status = 1, message = 00, host = 0, driver = 08

Info fld=0x0, Current sd00:00: sense key Not Ready

Additional sense indicates Medium not present

sdb : block size assumed to be 512 bytes, disk size 1GB.

sdb: Write Protect is off

sdb: I/O error: dev 08:10, sector 0

I/O error: dev 08:10, sector 0

unable to read partition table

 

og ved utkopling:


usb.c: USB disconnect on device 00:1d.1-1 address 8

sda : READ CAPACITY failed.

sda : status = 1, message = 00, host = 0, driver = 08

Info fld=0xa00 (nonstd), Current sd00:00: sense key Not Ready

sda : block size assumed to be 512 bytes, disk size 1GB.

sda: test WP failed, assume Write Enabled

sda: I/O error: dev 08:00, sector 0

I/O error: dev 08:00, sector 0

unable to read partition table

Device not ready.  Make sure there is a disc in the drive.

Device not ready.  Make sure there is a disc in the drive.

sdb : READ CAPACITY failed.

sdb : status = 1, message = 00, host = 0, driver = 08

Info fld=0xa00 (nonstd), Current sd00:00: sense key Not Ready

sdb : block size assumed to be 512 bytes, disk size 1GB.

sdb: test WP failed, assume Write Enabled

sdb: I/O error: dev 08:10, sector 0

I/O error: dev 08:10, sector 0

unable to read partition table

 

Kortet disse testene ble gjort på var et 16 MB SmartMedia kort.

 

Har prøvd å mounte sda 1-8, sda(1)-sde(1), osv. Har søkt på google.

 

cat /proc/scsi/scsi:


[root@localhost root]# cat /proc/scsi/scsi

Attached devices:

Host: scsi0 Channel: 00 Id: 00 Lun: 00

 Vendor: Fujifilm Model: FinePix 1400Zoom Rev: 1000

 Type:   Direct-Access                    ANSI SCSI revision: 02

Host: scsi1 Channel: 00 Id: 00 Lun: 00

 Vendor: GENERIC  Model: Card Reader   CF Rev: v26F

 Type:   Direct-Access                    ANSI SCSI revision: 02

(ja, kameraet var montert, men prøvde og å mounte den før kameraet ble plugget inn - men hvorfor blir ikke en utplugget device fjernet???)

 

Hadde vært digg med å plugge inn - virker momentant á la Mac OS X / Win XP. Men noe må man jo ofre?!?!? Ikke så veldig stort problem - kameraet står i FSTAB. Har USB 1 på alt.

 

Får fire disker i windows.

Lenke til kommentar
Videoannonse
Annonse

Noen må da vite, i alle fall svaret på noen av spørsmålene! Noen som har noen gode ideer til hvordan man kan få til automounting?

 

Tror den skal funke på Mac OSX, noen som vet hvilke filer jeg bør lese der etter mounting, som kan gi meg et tips om hvordan gjøre det på Linux?

 

Noen her på forumet må da ha gjort dette før...

 

Og ikke kom her og si at jeg ikke har gitt nok info!!

Lenke til kommentar

Før noe blir satt inn:


[root@localhost root]# cat /proc/scsi/scsi

cat: /proc/scsi/scsi: No such file or directory

Setter inn (med 32 MB smart-media)


hub.c: new USB device 00:1d.1-1, assigned address 2

usb.c: USB device 2 (vend/prod 0x3538/0x15) is not claimed by any active driver.SCSI subsystem driver Revision: 1.00

Initializing USB Mass Storage driver...

usb.c: registered new driver usb-storage

scsi0 : SCSI emulation for USB Mass Storage devices

 Vendor: GENERIC   Model: Card Reader   CF  Rev: v26F

 Type:   Direct-Access                      ANSI SCSI revision: 02

WARNING: USB Mass Storage data integrity not assured

USB Mass Storage device found at 2

USB Mass Storage support registered.

[root@localhost root]#

Prøver å mounte:


[root@localhost root]# mount -t vfat /dev/sda1 /mnt/cam

mount: /dev/sda1 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda2 /mnt/cam

mount: /dev/sda2 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda3 /mnt/cam

mount: /dev/sda3 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda4 /mnt/cam

mount: /dev/sda4 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda5 /mnt/cam

mount: /dev/sda5 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda6 /mnt/cam

mount: /dev/sda6 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda7 /mnt/cam

mount: /dev/sda7 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sda8 /mnt/cam

mount: /dev/sda8 is not a valid block device

[root@localhost root]#

Nope.

 

Scsi - "fila":


[root@localhost root]# cat /proc/scsi/scsi

Attached devices:

Host: scsi0 Channel: 00 Id: 00 Lun: 00

 Vendor: GENERIC  Model: Card Reader   CF Rev: v26F

 Type:   Direct-Access                    ANSI SCSI revision: 02

Tester litt til på mounting:


[root@localhost root]# mount -t vfat /dev/sdb1 /mnt/cam

mount: /dev/sdb1 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb2 /mnt/cam

mount: /dev/sdb2 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb3 /mnt/cam

mount: /dev/sdb3 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb4 /mnt/cam

mount: /dev/sdb4 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb5 /mnt/cam

mount: /dev/sdb5 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb6 /mnt/cam

mount: /dev/sdb6 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb7 /mnt/cam

mount: /dev/sdb7 is not a valid block device

[root@localhost root]# mount -t vfat /dev/sdb8 /mnt/cam

mount: /dev/sdb8 is not a valid block device

Trekker ut kontakten:


usb.c: USB disconnect on device 00:1d.1-1 address 2

sda : READ CAPACITY failed.

sda : status = 1, message = 00, host = 0, driver = 08

Info fld=0xa00 (nonstd), Current sd00:00: sense key Not Ready

sda : block size assumed to be 512 bytes, disk size 1GB.

sda: test WP failed, assume Write Enabled

sda: I/O error: dev 08:00, sector 0

I/O error: dev 08:00, sector 0

unable to read partition table

Device not ready.  Make sure there is a disc in the drive.

Device not ready.  Make sure there is a disc in the drive.

Scsi fila:


[root@localhost root]# cat /proc/scsi/scsi

Attached devices:

Host: scsi0 Channel: 00 Id: 00 Lun: 00

 Vendor: GENERIC  Model: Card Reader   CF Rev: v26F

 Type:   Direct-Access                    ANSI SCSI revision: 02

[root@localhost root]#

 

Det var vel det...

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...