LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   problem whit usb jumpdrive of lexar (https://www.linuxquestions.org/questions/programming-9/problem-whit-usb-jumpdrive-of-lexar-106957/)

PaAaScAl 10-21-2003 09:47 PM

problem whit usb jumpdrive of lexar
 
Ello, i would like to use the usb jumpdrive of lexar (64mo) in a project. But, i need a driver for this, i would like to have a driver for this in linux.

thanks a lot

mi6alec 10-24-2003 07:06 AM

Linux should support your usb drive without any specific driver (as of kernel 2.4 i think?) How to set it up once you plug it in varies... Mandrake I know is pretty much plug and play.

jhorvath 10-24-2003 05:52 PM

i got my jumpdrive trio set up in slack 9 no prob... running 2.4.20 kernel ...only compiled with options : (don't remember exact names) ..usb mass storage , and usb support (OHCI) i think... there is a lexar jump drive option in there but mine works fine without it... also i'm using scsi emulation i think :)

my fstab is set as

/dev/sda1 /flash auto noauto,users 0 0

champ 10-25-2003 06:12 AM

just load the module usb-storage

modprobe usb-storage

...and mount your drive

mount /dev/sda1 /mnt/disk


All times are GMT -5. The time now is 02:55 PM.