LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-06-2005, 02:25 AM   #1
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Lexar JumpDrive Sport 128MB and CentOS 4.0


Hey.

I am having trouble with my Lexar Flash Drive and CentOS 4.0 (essentially Red Hat Enterprise Linux 4.0). I plugged it in the first time and Gnome auto-mounted it. However, I cannot get it to mount anymore. Knoppix loads it fine.

Does anyone else have any ideas?

Thx
 
Old 04-06-2005, 09:49 PM   #2
imemyself
Member
 
Registered: Feb 2004
Location: Wichita, KS
Distribution: CentOS 4, SuSE 10, Tiger
Posts: 110

Rep: Reputation: 15
Have you tried mounting /dev/sda1? Unless you have SCSI drives on your system, a USB HDD or thumbdrive will often shows up as that device. Just do:
Code:
# cd /mount
# mkdir jumpdrive
# mount /dev/sda1 ./jumpdrive
 
Old 04-07-2005, 03:13 AM   #3
the_clown
Member
 
Registered: Mar 2005
Posts: 33

Rep: Reputation: 15
When you plug it on, typing in 'dmesg' will show you the exact location of the drive (sda, sdb, sdc, etc) then you can mount it the way imemyself mentioned. Something else you might want to do is add the following line to your /etc/fstab file:

Code:
/dev/sda1 /mnt/sda1   vfat   noauto,users,exec,owner,umask=000  0 0
"/dev/sda1" is the target device, change it to whatever yours is listed as

"/mnt/sda1" is where the drive will be mounted, you can change it to wherever you want it mounted (such as /home/user/jumpdrive) just make sure the directory you choose exists (mkdir /your/directory)

"vfat" this is the filesystem type, 10 to 1 its going to be a fat filesystem

"noauto,users,exec,owner,umask=000 0 0" this lets your computer know the permissions of the drive, along with how it is mounted. 'noauto' means you manually mount it, you can change this to 'auto' and it will try to mount on each boot. Using this layout will let you have full read/write abilities on the drive.

Once you have that all taken care of, save the file. Now simply typing in '$mount /dev/sd*' will mount it to the directory you specified.

'clown
 
Old 04-07-2005, 09:59 PM   #4
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Original Poster
Rep: Reputation: 30
Sorry, I should have posted more info. I tried /dev/sda1 and /dev/uba1. Also, when I try /sbin/lsusb, it doesn't show up. It works fine on Knoppix. I even tried rebooting while it was in the computer and it won't work.
 
Old 04-08-2005, 12:38 AM   #5
the_clown
Member
 
Registered: Mar 2005
Posts: 33

Rep: Reputation: 15
Did you try 'dmesg' to see where it is located yet?
 
Old 04-08-2005, 02:49 AM   #6
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Original Poster
Rep: Reputation: 30
This is the output from dmesg

usb 1-6: new high speed USB device using address 5
usb 1-6: control timeout on ep0out
usb 1-6: device not accepting address 5, error -71
 
Old 04-08-2005, 06:33 AM   #7
the_clown
Member
 
Registered: Mar 2005
Posts: 33

Rep: Reputation: 15
Okay, something is preventing it form assigning /dev/sda1, etc. Have you tried it in another usb port? The only other thing I can think of is making sure usb plug and play support is enabled in your bios, but you said it works in knoppix, so it must be on.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Jumpdrive - jetway yes / lexar no Trio3b Linux - Hardware 0 09-30-2005 07:04 PM
Lexar Jumpdrive Secure Maintech Mandriva 0 12-23-2004 11:24 AM
Lexar JumpDrive Secure 128MB Locks or Reboots my Computer!! habiblove Linux - Hardware 2 12-21-2004 01:56 PM
USB Lexar JumpDrive rock9604 Linux - Newbie 5 05-03-2004 12:02 PM
usb jumpdrive of lexar, i need help PaAaScAl Linux - Hardware 0 10-21-2003 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration