Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB Thumb Drive & SATA?
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
Doctor Corndog
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2005
Posts: 107
Location: Maryland

PostPosted: Thu Jan 26, 2006 4:48 pm    Post subject: USB Thumb Drive & SATA? Reply with quote

Okay, I'm just not familiar enough yet to figure this out. I went through the HOWTOs but it seems like every HOWTO or Thread I have read, the harddrives are IDE, and the USB Stick is then set up to sda1. Well, my sda1 is already taken up, so I cannot use it... and I don't know what to do yet. I have everything *'d in the kernel, and I'm pretty sure it's recognizing my USBstick, so how do I mount this little sucker. I have emerged hotplug also.

I put Mr. USB-Stick in and here's my dmesg:

Code:
usb 1-8: new high speed USB device using ehci_hcd and address 11
scsi12 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 11
usb-storage: waiting for device to settle before scanning
  Vendor: CENTON    Model: PDU01_256 61G2.0  Rev: 0.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sdb: 496000 512-byte hdwr sectors (254 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 00 00 00
sdb: assuming drive cache: write through
SCSI device sdb: 496000 512-byte hdwr sectors (254 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 00 00 00
sdb: assuming drive cache: write through
 sdb: sdb1
Attached scsi removable disk sdb at scsi12, channel 0, id 0, lun 0
usb-storage: device scan complete


These two commands don't exist:

Code:

sg_scan -i
sg_map


So, where do I go from here. I would really like to get a file on this puppy for work tonight if at all possible.
Thanks
Back to top
View user's profile Send private message
JeliJami
Veteran
Veteran


Joined: 17 Jan 2006
Posts: 1086
Location: Belgium

PostPosted: Thu Jan 26, 2006 5:28 pm    Post subject: Reply with quote

Quote:
sdb: assuming drive cache: write through
sdb: sdb1


This shows the partitioning of your usb stick.

# mount /dev/sdb1 /media/whatever
_________________
Unanswered Post Initiative | Search | FAQ
Former username: davjel
Back to top
View user's profile Send private message
sven_sol
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2005
Posts: 120
Location: Royston, Herts. UK

PostPosted: Thu Jan 26, 2006 5:29 pm    Post subject: Reply with quote

daft question, maybe I'm reading your post wrong, but have you tried..

Code:
mount /dev/sdb1 /some/place/to/mount/it/to
cp /home/my_name/file /some/place/to/mount/it/to


.. if so, what did it say?
_________________
Tua mater tam antiqua ut linguam latinam loquatur

Linux User: #405647
Back to top
View user's profile Send private message
Doctor Corndog
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2005
Posts: 107
Location: Maryland

PostPosted: Thu Jan 26, 2006 6:41 pm    Post subject: Reply with quote

I made this:

/mnt/usbstick

then I type: mount /dev/sdb1 /mnt/usbstick

Code:
mount: special device /dev/sdb1 does not exist
Back to top
View user's profile Send private message
sven_sol
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2005
Posts: 120
Location: Royston, Herts. UK

PostPosted: Thu Jan 26, 2006 10:08 pm    Post subject: Reply with quote

is this the first time you've used this USB device on that machine?

It could be the system is not understanding the filesystem on it. if it has one of course. (you would of course it assume it has though :roll: )
_________________
Tua mater tam antiqua ut linguam latinam loquatur

Linux User: #405647
Back to top
View user's profile Send private message
Doctor Corndog
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2005
Posts: 107
Location: Maryland

PostPosted: Fri Jan 27, 2006 12:27 pm    Post subject: Reply with quote

It's a UDEV problem, just found out. I'll have to get back to ya'll after I get a few more details. I do have it up and running, but I have to boot the computer, put the stick in, and then run udevstart. After that, it's fine... strange.
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