|
|
 | | From: | paul | | Subject: | mounting media | | Date: | Sat, 15 Jan 2005 12:02:27 -0600 |
|
|
 | Would some one help me to mount my media smartcard and my Cruzer memory stick in Redhat 9. I see them in the hardware browser as sda1 and sdb1.
Thanks in advance.
Paul
|
|
 | | From: | Bill Gee | | Subject: | Re: mounting media | | Date: | Mon, 17 Jan 2005 19:34:43 GMT |
|
|
 | paul wrote:
> Would some one help me to mount my media smartcard and my Cruzer memory > stick in Redhat 9. I see them in the hardware browser as sda1 and sdb1.
I have a similar problem, except I can't figure out what device my card reader is supposed to be. The card reader and cards work in Windows 2000, so I know there is not a hardware problem. In Linux (FC3) I can see the card reader device, but none of the /dev/sdx1 devices will mount.
USB thumb drives work correctly.
Here is an excerpt from the output of lsusb -v:
Bus 001 Device 003: ID 0dda:2005 Integrated Circuit Solution, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x0dda Integrated Circuit Solution, Inc. idProduct 0x2005 bcdDevice 1.6f iManufacturer 1 ICSI iProduct 2 2.0 Card Reader iSerial 3 1234567E bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 4 Storage bmAttributes 0x80 MaxPower 500mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk (Zip) iInterface 5 Bulk Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type none Usage Type Data wMaxPacketSize 0x0200 bytes 512 once bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type none Usage Type Data wMaxPacketSize 0x0200 bytes 512 once bInterval 0 Language IDs: (length=4) 0409 English(US)
-- Bill Gee
There are no 'X' chars in my email address.
|
|
 | | From: | Tommy Reynolds | | Subject: | Re: mounting media | | Date: | Sat, 15 Jan 2005 12:41:19 -0600 |
|
|
 | On Sat, 15 Jan 2005 12:02:27 -0600, paul wrote:
> Would some one help me to mount my media smartcard and my Cruzer memory > stick in Redhat 9. I see them in the hardware browser as sda1 and sdb1.
Why not try this? As root:
# mkdir /mnt/smartcard /mnt/cruzer
# mount /dev/sda1 /mnt/smartcard # mount /dev/sda2 /mnt/cruzer
and if that works fine, add two lines to "/etc/fstab"
/dev/sda1 /mnt/smartcard auto noauto,user 0 0 /dev/sda2 /mnt/cruzer auto noauto,user 0 0
and enjoy.
HTH.
|
|
 | | From: | Brian Brunner | | Subject: | Re: Re: mounting media | | Date: | Sun, 16 Jan 2005 14:41:59 GMT |
|
|
 | On Sat, 15 Jan 2005, Tommy Reynolds wrote:
>> On Sat, 15 Jan 2005 12:02:27 -0600, paul wrote: >> >> > Would some one help me to mount my media smartcard and my Cruzer memory >> > stick in Redhat 9. I see them in the hardware browser as sda1 and sdb1. >> >> Why not try this? As root: >> >> # mkdir /mnt/smartcard /mnt/cruzer >> >> # mount /dev/sda1 /mnt/smartcard >> # mount /dev/sda2 /mnt/cruzer
sda2 s.b. sdb1 yes?
>> >> and if that works fine, add two lines to "/etc/fstab" >> >> /dev/sda1 /mnt/smartcard auto noauto,user 0 0 >> /dev/sda2 /mnt/cruzer auto noauto,user 0 0
sda2 s.b. sdb1?
-- Brian Brunner 911: Gov't Sponsored Dial-a-Prayer. 1911: A gun in the hand beats two on the phone. 9-11-01: Four Hijackings, and thousands of deaths, because Gun Banners disarmed the pilots to keep us safe. ..45ACP: Cure for the Common Criminal.
This is not a .sig, it's a .glock! *jeesh*
|
|
 | | From: | Tommy Reynolds | | Subject: | Re: Re: mounting media | | Date: | Sun, 16 Jan 2005 10:35:24 -0600 |
|
|
 | On Sun, 16 Jan 2005 14:41:59 +0000, Brian Brunner wrote:
>>> # mount /dev/sda1 /mnt/smartcard >>> # mount /dev/sda2 /mnt/cruzer > > sda2 s.b. sdb1 yes?
Yup. Shows what being up waaay to late will do to you...
Thanks!
|
|
|