drivers for USB pen drive
This is a discussion about drivers for USB pen drive in the Linux Hardware category; Dear all, I have a problem with mounting kingston 256 USB pen drive. it says that it is not a valid block device, when i mount it as mount -t vfat /dev/sda1 /mnt/usb in hardware browser there is no any sda partitions thanks usp.
Dear all,
I have a problem with mounting kingston 256 USB pen drive.
it says that it is not a valid block device, when i mount it as mount -t vfat /dev/sda1 /mnt/usb
in hardware browser there is no any sda partitions
thanks
usp
I have a problem with mounting kingston 256 USB pen drive.
it says that it is not a valid block device, when i mount it as mount -t vfat /dev/sda1 /mnt/usb
in hardware browser there is no any sda partitions
thanks
usp
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
How about a little more information.
What linux distro and version number are you using?
Are you "hotplugging" the stick, or is it in the usb port when you boot into the distro?
Has the stick been re-formatted, or does it have it's original factory formatting?
Is this the only usb device plugged into the computer?
What linux distro and version number are you using?
Are you "hotplugging" the stick, or is it in the usb port when you boot into the distro?
Has the stick been re-formatted, or does it have it's original factory formatting?
Is this the only usb device plugged into the computer?
you should need no driver other than the generic usbstorage module you already have.
have you run 'fdisk /dev/sda' to have a look at the device's partition table ?
(don't make any changes!)
.. in case it's like a zip drive which puts the vfat filesystem on /dev/sda4 ?
have you run 'fdisk /dev/sda' to have a look at the device's partition table ?
(don't make any changes!)
.. in case it's like a zip drive which puts the vfat filesystem on /dev/sda4 ?
Which distro are you using. The older ones would require manual mounting whereas the newer ones don't. Download usbview and chec if your drive is detected in the 1st place.
That's where I was going to go. On some distros, you even have to modprobe the module...
modprobe usb-storage
Then I check dmesg to see if it recognized the stick, then mount it at that device.
It can get a little more complicated, if you have another usb device attached, say a multi-card flash reader.
modprobe usb-storage
Then I check dmesg to see if it recognized the stick, then mount it at that device.
It can get a little more complicated, if you have another usb device attached, say a multi-card flash reader.
OP
i am using redhat 9 (2.4).
in same machine it works on win2k.
in same machine it works on win2k.
This is where posting as much information on the subject is helpful. Redhat 9, not RedHat 9.1...
Is this USB stick USB 1.0 or 2.0 compliant?
Is the port that you are mounting the stick in USB 1.0 or 2.0?
Are you using a USB port attached to the motherboard (primary port) or an add-on card?
See a discussion on the subject here.
Did you try to modprobe usb-storage by going to a terminal window as root user?
It sounds like you have some experience with Linux, but let us know if you need clarification on my questions.
Is this USB stick USB 1.0 or 2.0 compliant?
Is the port that you are mounting the stick in USB 1.0 or 2.0?
Are you using a USB port attached to the motherboard (primary port) or an add-on card?
See a discussion on the subject here.
Did you try to modprobe usb-storage by going to a terminal window as root user?
It sounds like you have some experience with Linux, but let us know if you need clarification on my questions.