Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
SimplyDemented
n00b
n00b


Joined: 10 Feb 2006
Posts: 1

PostPosted: Fri Feb 10, 2006 3:30 am    Post subject: USB question Reply with quote

I am EXTREMELY new to both gentoo and these forums. A friend has set me up with gentoo and I have done some small stuff on my own. However, im trying to learn this stuff myself and sort of break the need of continuosly buggin him (he probably has the name mw007x on these boards)...

Anyway... I am trying to do a very simple task of mounting my usb. Now, I know like mount /dev/sda1 /mnt/usb (where usb is a dir I made)... however, a few things are thrown in the mix where that doesnt work. First, I have an AMD64 and I have been told that may change things. If that doesnt, the fact that I am setup up with dual boot certainly has thrown things off. I have been searchin how to do this to no avail, so if anyone would be kind enough to give me a hand, id be very greatful...

Please keep in mind too, im an utter n00b here. So telling me something like "oh yeah, go into the blah.conf file" like I have seen in other threads wont do me much good without the full path as I probably have no idea where that blah.whatever is. :P

Thanks in advance!
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Fri Feb 10, 2006 3:40 am    Post subject: Reply with quote

It's difficult to tell exactly what problems you're having with the information you gave. Have you followed the Gentoo USB Guide? That's the first place you should look for answers.
_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
mw007
Apprentice
Apprentice


Joined: 08 Nov 2004
Posts: 260

PostPosted: Sun Feb 12, 2006 9:39 pm    Post subject: Reply with quote

I know I've told you this a few times, but I'll post it here so everyone can see what I've already told you. I mentioned that he should plug the device in, then type 'dmesg' and see what output is given. Here is an example of mine when I plug my USB stick in:

Code:

usb 2-1: new full speed USB device using uhci_hcd and address 2
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning


One thing you can try is to emerge sg3_utils. Once you get that type:

Code:
sg_scan -i

and you'll get something like this:
Code:

/dev/sg0: scsi0 channel=0 id=0 lun=0 [em]
    PHILIPS   Key Ring (128MB)  0001 [rmb=1 cmdq=0 pqual=0 pdev=0x0]

Then type:
Code:
sg_map

And you'll get something like:
Code:

/dev/sg0  /dev/sda


This means that the device has been mapped to a partition on the /dev/sda device. Since your hard drive is mapped here, your USB stick shouldn't be. It should be mapped elsewhere.

mw007
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum