Re: Fedora Core questions

From: Esa Heikkinen (esa.heikkinen_at_tut.fi)
Date: 11/30/04


Date: Tue, 30 Nov 2004 18:54:35 +0200


When i try to connect my USB-storage to the USB-port,
/var/log/messages tells:

kernel: usb 1-3: new high speed USB device using address 4
kernel: usb 1-3: control timeout on ep0out
kernel: usb 1-3: control timeout on ep0out
kernel: usb 1-3: device not accepting address 4, error -110

I also tried to mount /dev/sda1 - /dev/sda4..

Something does not work or something should do ?

---
Esa
Sandgroper wrote:
> "Esa Heikkinen" <esa.heikkinen@tut.fi> wrote in message
> news:cofv83$eu0$1@phys-news1.kolumbus.fi...
> 
>>Hi
>>
>>I have few questions about Fedora:
> 
> 
>>3) How to read/write USB-storages ? (For example Kingston 256 MB).
>>Does this work automically ? What and where i have to mount ?
>>I can see in /proc/bus/usb all four USB:s (001 002 003 004)
> 
> 
> From a previous post in a Linux Ng , here is how to find the right USB
> device and mount it.
> -------------------------------------------------
> From: "Jim Buchanan" <jbuchana@removemebuchanan1.net>
> Subject: Re: How to mount "memory stick"?
> Date: Thursday, September 16, 2004 10:51 AM
> 
> wilson <wilsonidv@hotmail.com> wrote:
> 
>>I have a 64MB Flash-Disk.
>>While I attached to host, how to mount it in RedHat?
>>I tried "mount /dev/sda1 /mnt/MyDisk", but it does not work!
>>Where I can find out the device's number?(e.g. sda or hdb.....)
> 
> 
> Look in /var/log/messages for something like this:
> 
> Sep 15 21:44:37 zaphod kernel: hub.c: new USB device 00:1d.7-5, assigned
> address 5
> Sep 15 21:44:41 zaphod /etc/hotplug/usb.agent: Setup usb-storage for USB
> product 117/117/100
> Sep 15 21:44:42 zaphod kernel: SCSI device sda: 251904 512-byte hdwr sectors
> (129 MB)
> Sep 15 21:44:42 zaphod kernel: sda: Write Protect is off
> Sep 15 21:44:42 zaphod kernel:  sda: sda4
> 
> Then (in this case):
> 
> jbuchana@zaphod$ sudo mount /dev/sda4 /mnt/flash
> Password:
> jbuchana@zaphod$ df -l | grep flash
> /dev/sda4               125672     24026    101646  20% /mnt/flash
> jbuchana@zaphod$
> ---------------------------------------------------------------------------
> 
> 


Relevant Pages