LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-24-2006, 09:15 PM   #1
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Rep: Reputation: 15
can't see flash drive


Hi
I bought my first flash drive today (a ScanDisk Cruzer Micro 2Gb), but when I plug it in I can't see it. I've read that I should see it listed in /dev also, but nothing is there. There is nothing on the desktop either.

I am running Mandrake 10.0, so I would think that I would be able to see this kind of drive.
Any suggestions?
Thanks
 
Old 06-24-2006, 10:06 PM   #2
tamoneya
Member
 
Registered: Jan 2005
Location: MA
Distribution: Ubuntu 7.10
Posts: 558

Rep: Reputation: 31
you wouldnt see it as flash drive or something like that. it would probably be /dev/sda. once you find it in /dev you will have to mount it. mount /dev/sda /mnt/sda. That should let you use your drive. later you might want to add /dev/sda/ to fstab
 
Old 06-24-2006, 10:15 PM   #3
kvedaa
Member
 
Registered: Mar 2004
Location: Virginia
Distribution: PacketProtector
Posts: 331

Rep: Reputation: 30
Have you attempted to mount the USB drive? Commonly (but not always, the USB thumb drive wil be identified by the system as /dev/sda1)

Code:
mount /dev/sda1 /mnt/usb
To unmount the device prior to removal, try

Code:
umount /mnt/usb
Happy Hunting
 
Old 06-24-2006, 10:23 PM   #4
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Original Poster
Rep: Reputation: 15
There is nothing in /dev called sda or sda1

I tried to mount per the post by kvedaa but I got a message that said
mount: you must specify the filesystem type
 
Old 06-24-2006, 10:35 PM   #5
kvedaa
Member
 
Registered: Mar 2004
Location: Virginia
Distribution: PacketProtector
Posts: 331

Rep: Reputation: 30
Well, two things come to mind at the moment. The first is that your system simply has identified the drive as some other device name. Another possiblity is that the system is simply not seeing the USB drive.

When you first plug in the drive, does the activity light on the drive light up at all?
 
Old 06-24-2006, 10:36 PM   #6
tamoneya
Member
 
Registered: Jan 2005
Location: MA
Distribution: Ubuntu 7.10
Posts: 558

Rep: Reputation: 31
are we sure that your flash drive works with linux. Some arent formatted correctly and you would need to reformat it as a fat32 probably.
 
Old 06-25-2006, 12:07 AM   #7
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Original Poster
Rep: Reputation: 15
In response to kvedaa
Yes the activity light comes on for a few seconds and then goes out

tanoneya - the drives paperwork says that it supports Linux
 
Old 06-25-2006, 12:10 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Run dmesg, that should tell you which /dev node it has been attached to.
 
Old 06-25-2006, 12:20 AM   #9
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Original Poster
Rep: Reputation: 15
ok...i tried the dmesg....

lots of stuff flashed by, but what may be useful is that towards the end of the process I got this:

usb 4-3: new high speed USB device using address 2
usb 4-3: device not accepting address 2, error -71
usb 4-3: new high speed USB device using address 3
usb 4-3: device not accepting address 3, error -71
usb 4-3: new high speed USB device using address 4
usb 4-3: device not accepting address 4, error -71
usb 4-3: new high speed USB device using address 5
usb 4-3: device not accepting address 5, error -71
usb 4-3: new high speed USB device using address 6
usb 4-3: device not accepting address 6, error -71
usb 4-3: new high speed USB device using address 7
usb 4-3: device not accepting address 7, error -71
usb 4-3: new high speed USB device using address 8
usb 4-3: device not accepting address 8, error -71
usb 4-3: new high speed USB device using address 9
usb 4-3: device not accepting address 9, error -71
usb 4-3: new high speed USB device using address 10
usb 4-3: device not accepting address 10, error -71
usb 4-3: new high speed USB device using address 11
usb 4-3: device not accepting address 11, error -71
usb 4-3: new high speed USB device using address 12
usb 4-3: device not accepting address 12, error -71
usb 4-3: new high speed USB device using address 13
usb 4-3: device not accepting address 13, error -71
usb 4-3: new high speed USB device using address 14
usb 4-3: device not accepting address 14, error -71
usb 4-3: new high speed USB device using address 15
usb 4-3: device not accepting address 15, error -71
usb 4-3: new high speed USB device using address 16
usb 4-3: device not accepting address 16, error -71
usb 4-3: new high speed USB device using address 17
usb 4-3: device not accepting address 17, error -71

Does that help narrow it down?
 
Old 06-25-2006, 12:46 AM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Edit: yes, I should have said that what you wanted was the end of the dmesg output .

Google hasn't helped much with this, unfortunately. Maybe try another USB port? Hopefully someone will be able to shed some light on this .
 
Old 06-25-2006, 09:33 AM   #11
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Original Poster
Rep: Reputation: 15
I have 2 USB 2.0 ports, and I tried them both with no results....
 
Old 06-25-2006, 09:57 AM   #12
kvedaa
Member
 
Registered: Mar 2004
Location: Virginia
Distribution: PacketProtector
Posts: 331

Rep: Reputation: 30
It appears that this problem is not rare, I see several references to it both here at linuxquestions as well as on other internet sites. But I am not finding much for sucess. If I find anything that looks like it might be valueable I will let you know.
 
Old 06-25-2006, 10:58 AM   #13
chilehead
Member
 
Registered: Sep 2003
Location: Lancaster, CA
Distribution: Ubuntu 9.10
Posts: 97

Original Poster
Rep: Reputation: 15
thanks...I appreciate your help on this
 
Old 07-03-2006, 07:15 AM   #14
eharbin
Newbie
 
Registered: Jul 2006
Posts: 3

Rep: Reputation: 0
If your flash drive is the sort that has a secure partition and a public partition, you'll probably need to collapse them to a single partition. The vendor may have a tool for this, or I expect a Windows partition editor would do. See for instance the Patriot Memory website.
 
Old 07-03-2006, 10:35 AM   #15
tamoneya
Member
 
Registered: Jan 2005
Location: MA
Distribution: Ubuntu 7.10
Posts: 558

Rep: Reputation: 31
i have a similar 1gb drive and if i am correct it has U3 launchpad on it. THis might be giving the system some trouble and it is annoying anyways and removal may help. If you can find a windows system you can get it off.
 
  


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
Using a usb thumb drive or flash drive as a swap partition. stevenjoseph Linux - Hardware 8 01-16-2012 12:09 PM
LXer: EDGE Tech Corp Announces Portable Flash Drive With Muscle - the New 8GB DiskGO!(TM) Now Available; Swap and Go With This Secure Thumb-Sized Flash Drive LXer Syndicated Linux News 0 12-14-2005 02:16 AM
flash drive?? n0kturnal Slackware 4 08-08-2005 03:29 PM
Flash Drive dudeguy9001 Linux - Hardware 1 12-31-2004 07:13 PM
IRQ conflict when external drive/flash-drive is put to use Nightfrost Linux - Hardware 0 10-22-2004 04:15 AM

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

All times are GMT -5. The time now is 01:13 AM.

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