[root@localhost dev]# mount /dev/sdd1 -t msdos /mnt/crrd
mount: /dev/sdd1 is not a valid block device
Any ideas?
Chris
On Wed, 2002-10-30 at 02:01, Jack Bowling wrote:
** Reply to message from Chris Moser <[EMAIL PROTECTED]> on Tue, 29 Oct 2002 23:01:37 -0500 > I have Red Hat Linux 8.0. If I run usbview it shows the card reader but > lists it as unknown. I can not mount this device. I have tried several > different iterations within fstab and continue to get not a block > device. Can anyone help me configure this device so it can be used. I > found a site with a Kernel driver : http://www.dauskardt.de/carry.html. > Is this the only way to make this reader work? You are not trying to mount the reader as something like /dev/sdd are you? You can only mount partitions, not devices. So the incantations should be something like: /sbin/modprobe usb-uhci /sbin/modprobe usb-storage mount /dev/sdd1 -t vfat (or maybe -t msdos) /mnt/flash Works for me :-)) jb -- Jack Bowling mailto: [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list