View previous topic :: View next topic |
Author |
Message |
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Mon Oct 10, 2005 7:28 pm Post subject: ahh, what is the commands, again,to mount a usb device. |
|
|
I need it for my pen drive.[/bug] _________________ wos
some one took my name!! |
|
Back to top |
|
|
eelke Guru
Joined: 17 May 2004 Posts: 406 Location: Earth, Netherlands, Friesland
|
Posted: Mon Oct 10, 2005 7:32 pm Post subject: |
|
|
As root you can do
Code: | mount /dev/sd?1 /yourmountpoint |
Replace the ? with the right letter for the device. If you don't know take a look in the output of dmesg. If you want to mount as a user you need an entry in your /etc/fstab in which case you should consider using hal. |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Mon Oct 10, 2005 7:35 pm Post subject: |
|
|
how do i look at the dmesg because i dont know where it is? _________________ wos
some one took my name!! |
|
Back to top |
|
|
RiBBiT Apprentice
Joined: 18 May 2005 Posts: 215 Location: Sweden
|
Posted: Mon Oct 10, 2005 7:59 pm Post subject: |
|
|
Just type dmesg in a terminal. _________________ Comix - GTK Comic Book Viewer [ http://comix.sourceforge.net ] |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Mon Oct 10, 2005 8:04 pm Post subject: |
|
|
thanks, now i feel stupid. _________________ wos
some one took my name!! |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Tue Oct 11, 2005 3:49 pm Post subject: |
|
|
it says (after dmesg)
Code: | usb 1-1: new full speed USB device using uhci_hcd and address 3 usb 1-1: device descriptor read/64, error -84hub 1-1:1.0: USB hub found hub 1-1:1.0: 1 port detected usb 1-1.1: new full speed USB device using uhci_hcd and address 4 scsi0 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 4 usb-storage: waiting for device to settle before scanning Vendor: USB 2.0 Model: Flash Disk Rev: PROL Type: Direct-Access ANSI SCSI revision: 00usb-storage: device scan complete |
What should i do?[/code] _________________ wos
some one took my name!! |
|
Back to top |
|
|
eelke Guru
Joined: 17 May 2004 Posts: 406 Location: Earth, Netherlands, Friesland
|
Posted: Tue Oct 11, 2005 8:22 pm Post subject: |
|
|
After the messages you posted should come a few lines of SCSI messages like this:
Code: |
usb 1-1: new high speed USB device using ehci_hcd and address 5
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
Vendor: MAXTOR Model: 6L060J3 Rev: A93.
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sde: 117266688 512-byte hdwr sectors (60041 MB)
sde: assuming drive cache: write through
SCSI device sde: 117266688 512-byte hdwr sectors (60041 MB)
sde: assuming drive cache: write through
/dev/scsi/host1/bus0/target0/lun0: p1
Attached scsi disk sde at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg4 at scsi1, channel 0, id 0, lun 0, type 0
usb-storage: device scan complete
|
In this example (my external HDD on USB) the device is sde so I would have to use /dev/sde |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Wed Oct 12, 2005 7:57 am Post subject: |
|
|
my usb ports are on the motherboard. so does that made a difference _________________ wos
some one took my name!! |
|
Back to top |
|
|
eelke Guru
Joined: 17 May 2004 Posts: 406 Location: Earth, Netherlands, Friesland
|
Posted: Wed Oct 12, 2005 5:26 pm Post subject: |
|
|
Quote: | my usb ports are on the motherboard. so does that made a difference |
No. I guess you still have problems? Do you have SCSI support and SCSI disk support in your kernel? |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Wed Oct 12, 2005 7:52 pm Post subject: |
|
|
no i dont think i have those ticked, i will do that then. _________________ wos
some one took my name!! |
|
Back to top |
|
|
devilnevercare n00b
Joined: 13 Jun 2005 Posts: 56
|
Posted: Mon Oct 17, 2005 6:45 pm Post subject: |
|
|
i did modprobe after that and i just let that work. _________________ wos
some one took my name!! |
|
Back to top |
|
|
|