drivers for USB pen drive

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.

Linux Hardware 765 This topic was started by ,


data/avatar/default/avatar31.webp

2 Posts
Location -
Joined 2005-06-14
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

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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?

data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
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 ?
 

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
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.

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.

data/avatar/default/avatar31.webp

2 Posts
Location -
Joined 2005-06-14
OP
i am using redhat 9 (2.4).
in same machine it works on win2k.
 

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.