Results 1 to 5 of 5
Hey everyone whats up! I just joined the forum and I dont know if anyone answered this yet but how do i install a 256 mb lexar jumpdrive secure on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-13-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
installing the Lexar Jumpdrive Secure 256 MB on Redhat
Hey everyone whats up! I just joined the forum and I dont know if anyone answered this yet but how do i install a 256 mb lexar jumpdrive secure on redhat linux version 9.0? I need to know the full details on how to get the OS to recognize the drive and how to mount it and etc.. thanks in advance for helping!
- 02-13-2005 #2Linux Newbie
- Join Date
- Feb 2005
- Posts
- 129
As you can see here there are no linux drivers.
- 02-13-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
wow that sucks BIG TIME!
Originally Posted by debian
so i gotta wait until someone makes a driver for it huh?
- 02-14-2005 #4
Hi,
Most USB drives usually work when the distro loads up. So plug in the drive wjile linux is loading up and it should be mountable once logged in.
Make you have the following in your /etc/fstab file:
/dev/sda1 /mnt/removable auto umask=0,user,iocharset=iso8859-1,sync,kudzu,codepage=850,noauto,exec,users 0 0
(In one line)
And in your mtab file:
/dev/sda1 /mnt/removable auto umask=0,user,iocharset=iso8859-1,sync,kudzu,codepage=850,noauto,exec,users 0 0
or something similar.
- 03-24-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 1
man .. this works so cleanly!


Reply With Quote
