View previous topic :: View next topic |
Author |
Message |
Doctor Corndog Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Dec 2005 Posts: 107 Location: Maryland
|
Posted: Thu Jan 26, 2006 4:48 pm Post subject: USB Thumb Drive & SATA? |
|
|
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:
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 |
|
![](templates/gentoo/images/spacer.gif) |
JeliJami Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/148526789243d7753a09b11.jpg)
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Thu Jan 26, 2006 5:28 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
sven_sol Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/4909924714368d70b94a33.gif)
Joined: 27 Apr 2005 Posts: 120 Location: Royston, Herts. UK
|
Posted: Thu Jan 26, 2006 5:29 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Doctor Corndog Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Dec 2005 Posts: 107 Location: Maryland
|
Posted: Thu Jan 26, 2006 6:41 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
sven_sol Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/4909924714368d70b94a33.gif)
Joined: 27 Apr 2005 Posts: 120 Location: Royston, Herts. UK
|
Posted: Thu Jan 26, 2006 10:08 pm Post subject: |
|
|
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 ) _________________ Tua mater tam antiqua ut linguam latinam loquatur
Linux User: #405647 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Doctor Corndog Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Dec 2005 Posts: 107 Location: Maryland
|
Posted: Fri Jan 27, 2006 12:27 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|