I'm trying to mount the Uno SmartMedia card reader and am having no luck
as yet.
# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IDE Model: DVD-ROM 16X Rev: 2.0
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: LITE-ON Model: LTR-12101B Rev: LS38
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: OEI-USB Model: SmartMedia Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
# cat /etc/fstab
devpts /dev/pts devpts gid=5,mode=620 0 0
/proc /proc proc defaults 0 0
none /proc/bus/usb usbdevfs defaults 0 0
/dev/hdc /mnt/cdrom iso9660 ro,user,noauto,exec 0 0
/dev/sr0 /mnt/cdrw iso9660 ro,user,noauto,exec 0 0
/dev/sdc1 /mnt/memstick auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
/dev/hda6 / ext2 defaults 1 1
/dev/hdb1 /home ext2 defaults 0 2
/dev/hda7 /home/terry/files ext2 defaults 0 2
/dev/hda1 /mnt/hda1 vfat rw,defaults 0 0
/dev/hdb2 /usr ext2 defaults 0 2
/dev/hda5 swap swap defaults 0 0
Instructions say:
****************************
Add this device to the file /etc/fstab in the following syntax:
/dev/sdnf mount-directory auto noauto,user 0 0
where n - the device index (entered in sequence for each device at
/proc/scsi/scsi file as a, b, c, d etc respectively)
f - the partition number if it is a hard disk formatted device.
Multi-partitioned devices will have multiple entries. For floppy
formatted media, this option is not used (i.e. first device in
/proc/scsi/scsi is entered as just /dev/sda).
*******************************
I followed the instructions but still not able to mount the USB storage
device:
$ mount /mnt/memstick
mount: /dev/sdc1 is not a valid block device
Any clues?
--
Registered Linux User #188099
<><