Re: Mounting an old external USB drive

2008-11-04 Thread Samuel Bächler

S D wrote:

Am trying to mount an old BusLink USB drive but can't determine what device the USB drive 
is connected to, that is, the device that I'd pass to the mount command. I tried 
fdisk -l but it only appears to show my other internal HDs.
  

Here is one (though unsexy) way to do it:

(1) Press M-C-F1 (Ctrl+Alt+F1) on your keyboard
(2) Plug in your stick
(3) Wait...

If something is popping up on your screen...maybe your are lucky.

Doing things mentioned above on my system I see things like

SCSI device sdb:...
[and]
sdb: sdb1

From that stick I know that I can mount it by the command
'mount /dev/sdb1 /path/to/where/I/want/to/have/it'

Hope that helps.

Sam




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Mounting an old external USB drive

2008-10-31 Thread Emanoil Kotsev
S D wrote:

 --- On Thu, 10/30/08, Emanoil Kotsev [EMAIL PROTECTED] wrote:
 
 From: Emanoil Kotsev [EMAIL PROTECTED]

 Why is it handled by ohci?
 
 Not sure. Because it's an old Buslink USB drive?
 
 can you mount other usb devices?
 
 Yes, I can mount other USB devices without problems.

Has it ever been working with linux?
Try to find out what model you have and how it is supported in linux.
From the log it is not clear what model or device ID your drive has.
Provide information here, so that someone may help.

regards


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Mounting an old external USB drive

2008-10-30 Thread S D

Hi,

Am trying to mount an old BusLink USB drive but can't determine what device the 
USB drive is connected to, that is, the device that I'd pass to the mount 
command. I tried fdisk -l but it only appears to show my other internal HDs.

Thanks


# uname -a
Linux tstsrv 2.6.18-6-686 #1 SMP Thu Oct 9 15:52:18 UTC 2008 i686 GNU/Linux

## This is the only thing in syslog relevant to USB after the USB drive is 
connected and turned on.
# less /var/log/syslog
Oct 29 23:18:40 tstsrv kernel: ohci_hcd :00:02.0: wakeup
Oct 29 23:18:40 tstsrv kernel: usb 2-7: new full speed USB device using 
ohci_hcd and address 4
Oct 29 23:18:40 tstsrv kernel: usb 2-7: configuration #1 chosen from 1 choice

# lsusb
Bus 002 Device 003: ID 067b:2307 Prolific Technology, Inc. PL2307 USB-ATAPI4 
Bridge
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :




  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting an old external USB drive

2008-10-30 Thread Preston Boyington
S D wrote:
 
 Am trying to mount an old BusLink USB drive but can't determine what device 
 the USB drive is connected to, that is, the device that I'd pass to the mount 
 command. I tried fdisk -l but it only appears to show my other internal HDs.
 
snipped

check your dmesg output also.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting an old external USB drive

2008-10-30 Thread S D
--- On Thu, 10/30/08, Preston Boyington [EMAIL PROTECTED] wrote:

 check your dmesg output also.

Here's what I get from dmesg. The USB drive was used with WinXP PC so NTFS 
seems to make sense. I was turning the USB drive on and off trying to get it 
connected so that perhaps explains why there are repeating records.

Thanks


NTFS driver 2.1.27 [Flags: R/W MODULE].
ohci_hcd :00:02.0: wakeup
usb 2-7: new full speed USB device using ohci_hcd and address 2
usb 2-7: configuration #1 chosen from 1 choice
usb 2-7: USB disconnect, address 2
ohci_hcd :00:02.0: wakeup
usb 2-7: new full speed USB device using ohci_hcd and address 3
usb 2-7: configuration #1 chosen from 1 choice
usb 2-7: USB disconnect, address 3
ohci_hcd :00:02.0: wakeup
usb 2-7: new full speed USB device using ohci_hcd and address 4
usb 2-7: configuration #1 chosen from 1 choice
usb 2-7: USB disconnect, address 4





  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting an old external USB drive

2008-10-30 Thread Ron Johnson

On 10/30/08 13:05, S D wrote:

Hi,

Am trying to mount an old BusLink USB drive but can't determine what device the
 USB drive is connected to, that is, the device that I'd pass to 
the mount
 command.  I tried fdisk -l but it only appears to show my other 
internal HDs.


Thanks


# uname -a
Linux tstsrv 2.6.18-6-686 #1 SMP Thu Oct 9 15:52:18 UTC 2008 i686 GNU/Linux

## This is the only thing in syslog relevant to USB after the USB drive is 
connected and turned on.
# less /var/log/syslog
Oct 29 23:18:40 tstsrv kernel: ohci_hcd :00:02.0: wakeup
Oct 29 23:18:40 tstsrv kernel: usb 2-7: new full speed USB device using 
ohci_hcd and address 4
Oct 29 23:18:40 tstsrv kernel: usb 2-7: configuration #1 chosen from 1 choice

# lsusb
Bus 002 Device 003: ID 067b:2307 Prolific Technology, Inc. PL2307 USB-ATAPI4 
Bridge
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :


Maybe you don't have the correct modules?  But if you are using a 
stock kernel, that shouldn't be a factor.


--
Ron Johnson, Jr.
Jefferson LA  USA

Help a man when he is in trouble and he will remember you when
he is in trouble again.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Mounting an old external USB drive

2008-10-30 Thread S D
--- On Thu, 10/30/08, Ron Johnson [EMAIL PROTECTED] wrote:

 Maybe you don't have the correct modules?  But if you
 are using a 
 stock kernel, that shouldn't be a factor.

Yes, I'm using a stock kernel.

# uname -a
Linux tstsrv 2.6.18-6-686 #1 SMP Thu Oct 9 15:52:18 UTC 2008 i686 GNU/Linux



  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting an old external USB drive

2008-10-30 Thread Emanoil Kotsev
S D wrote:

 --- On Thu, 10/30/08, Ron Johnson [EMAIL PROTECTED] wrote:
 
 Maybe you don't have the correct modules?  But if you
 are using a
 stock kernel, that shouldn't be a factor.
 
 Yes, I'm using a stock kernel.
 
 # uname -a
 Linux tstsrv 2.6.18-6-686 #1 SMP Thu Oct 9 15:52:18 UTC 2008 i686
 GNU/Linux

Why is it handled by ohci? can you mount other usb devices?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mounting an old external USB drive

2008-10-30 Thread S D
--- On Thu, 10/30/08, Emanoil Kotsev [EMAIL PROTECTED] wrote:

 From: Emanoil Kotsev [EMAIL PROTECTED]

 Why is it handled by ohci?

Not sure. Because it's an old Buslink USB drive?

 can you mount other usb devices?

Yes, I can mount other USB devices without problems.





  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]