LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Usb Pen Drive (https://www.linuxquestions.org/questions/linux-hardware-18/usb-pen-drive-368369/)

vivekthemind 09-30-2005 02:04 AM

Usb Pen Drive
 
Dear Friends
i have redhat 9.0 and i am having pen drive which i got it from
microsoft (64 mb) . i don't have any driver for it . could u help me
to install it . i have no idea how to do it .

kumarnarain 09-30-2005 02:12 AM

Re: Usb Pen Drive
 
Quote:

Originally posted by vivekthemind
Dear Friends
i have redhat 9.0 and i am having pen drive which i got it from
microsoft (64 mb) . i don't have any driver for it . could u help me
to install it . i have no idea how to do it .

Check this thread

http://www.linuxquestions.org/questi...hreadid=207303

Kumar

SkyEye 09-30-2005 02:44 AM

I dont think you need seperate drivers for your pen drive under RH9. You might just want to mount it.

Plug it, create directory to mount it for example
Code:

mkdir /mnt/usb
Then
Code:

mount /dev/sda1 /mnt/usb
If things were successful you'll be able to browse the contents of your pen drive under /mnt/usb. These are the most typical settings. If they don't work you'll have to change a few things.

If you don't have a specific reason to use RH9, I'd suggest you to switch to a newer distro like Fedora Core 4. RH9 is old as you may know.

If you really need drivers try a Google Linux Search

vivekthemind 09-30-2005 04:43 AM

THX
dude , the same thing i did it . it works one in my office but it didn't work in my
home . what do we have to select in kernel while time of compiling . coz i am
using 2.4.30 in my home .

SkyEye 09-30-2005 05:09 AM

What happens when you issue mount command. Waht's the output you get?


All times are GMT -5. The time now is 06:19 PM.