On Tue, Feb 18, 2003 at 09:50:37PM -0500, Darcy Boese wrote:
> I have a camera+mp3 player that isn't well supported by "gphoto2", so I
> picked up a fairly standard USB CompactFlash reader, made by Verbatim.
> But when I tried to use it under my Redhat 8.0 system, I get these error
> messages:
> 
> >> root# dmesg
> >> hub.c: USB new device connect on bus1/1, assigned device number 2
> >> usb.c: USB device 2 (vend/prod 0x55aa/0xb000) is not claimed by any active driver.
> >> Initializing USB Mass Storage driver...
> >> usb.c: registered new driver usb-storage
> >> scsi0 : SCSI emulation for USB Mass Storage devices
> >> usb-uhci.c: interrupt, status 2, frame# 1914
> >>   Vendor:           Model:                   Rev:     
> >>   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# mount -t msdos /dev/sda1 /mnt/flash
> >> mount: /dev/sda1 is not a valid block device
<snip>

Darcy, often zip disks are partitioned with an extended/logical setup
rather than as a primary. Perhaps this is the case with your flash disk.
Try:

mount -t vfat /dev/sda4 /mnt/flash 

and see if it succeeds.
-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to