Author Topic: Mounting Usb Hd  (Read 4593 times)

madfitz

  • Newbie
  • *
  • Posts: 22
    • View Profile
Mounting Usb Hd
« on: November 21, 2006, 05:32:21 pm »
I have this USB HD kit, turns a 2.5” hard drive into a portable USB drive. I have connected it to my Sharp Zaurus SL-C3200.

System Info sees it as:
Code: [Select]
USB TO IDE
Speed: 12Mb/s (full)
USB Version: 2.0
Device Class: 00(>ifc)
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vender Id: Genesys Logic, Inc. (0x5e3)
Product Id: USB 2.0 IDE Adapter (0x702)
Revision Number: 0.02
Convigure Number: 1
Number of Interfaces: 1
Attributes: 0xc0
MaxPower Needed: 96mA
Interface Number: 0
Name: (none)
Alternate Number: 0
Class: 08 (stor.)yy9
Sub Class: 6
Protocol: 50
Number of Endpoints: 2
Endpoint Address: 0x129
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms
Endpoint Address: 0x2
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms

It does not auto mount. So I tried to manually mount it via:
#sudo mount /dev/sda1 /mnt/usbstorage
Without success.

I’ve tried adding the library for USB storage device, and that didn’t help. It appears the system knows exactly what this device is, but won’t mount it.

Any suggestions on how to mount a USB HD?

dougeeebear

  • Hero Member
  • *****
  • Posts: 537
    • View Profile
    • http://
Mounting Usb Hd
« Reply #1 on: November 21, 2006, 06:24:05 pm »
The zaurus will not power the hard drive.
You will need to connect the second usb plug on the cable to either a pc or to a powered usb hub.
« Last Edit: November 21, 2006, 06:24:56 pm by dougeeebear »
Zaurus SL-C1000 and SL-5500
NetWalker PC-T1 (tablet)

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Mounting Usb Hd
« Reply #2 on: November 21, 2006, 06:25:00 pm »
Quote
I have this USB HD kit, turns a 2.5” hard drive into a portable USB drive. I have connected it to my Sharp Zaurus SL-C3200.

System Info sees it as:
Code: [Select]
USB TO IDE
Speed: 12Mb/s (full)
USB Version: 2.0
Device Class: 00(>ifc)
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vender Id: Genesys Logic, Inc. (0x5e3)
Product Id: USB 2.0 IDE Adapter (0x702)
Revision Number: 0.02
Convigure Number: 1
Number of Interfaces: 1
Attributes: 0xc0
MaxPower Needed: 96mA
Interface Number: 0
Name: (none)
Alternate Number: 0
Class: 08 (stor.)yy9
Sub Class: 6
Protocol: 50
Number of Endpoints: 2
Endpoint Address: 0x129
Direction: in
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms
Endpoint Address: 0x2
Direction: out
Attribute: 2
Type: Bulk
Max Packet Size: 64
Interval: 0ms

It does not auto mount. So I tried to manually mount it via:
#sudo mount /dev/sda1 /mnt/usbstorage
Without success.

I’ve tried adding the library for USB storage device, and that didn’t help. It appears the system knows exactly what this device is, but won’t mount it.

Any suggestions on how to mount a USB HD?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146866\"][{POST_SNAPBACK}][/a][/div]

your kit probably does not have a power supply which is required when you connect it to the Z since the harddisk requires more power to spin up.
alternatively, piggy back it through a powered usb hub.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

madfitz

  • Newbie
  • *
  • Posts: 22
    • View Profile
Mounting Usb Hd
« Reply #3 on: November 22, 2006, 12:35:29 pm »
Thanks for the response.

Power is not the problem. The kit uses an external 5v adaptor power supply (wall outlet) to power the HD.

When I bought the kit, I saw two choices, the first is what dougeeebear and Meanie assumed this kit was. (i.e. powered off the USB) I knew this was not an option due to the limited amount of power available through the Z’s USB. I made certain this kit used either a battery, or an external power supply. (This model is the latter of those two.)

If power were the issue, I highly doubt the Z would even be able to detect the attributes I listed in the first post.

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Mounting Usb Hd
« Reply #4 on: November 22, 2006, 12:48:52 pm »
Look at this thread.
https://www.oesf.org/forums/index.php?showtopic=21900
Meanie made a qtopia-usbapplet
Do you have this module installed?
usb-storage-modules-2.4.20_1.23--lite-1_arm.ipk
« Last Edit: November 22, 2006, 12:50:24 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Mounting Usb Hd
« Reply #5 on: November 22, 2006, 06:15:52 pm »
did you try

Code: [Select]
insmod usb-storage
?

then try the mount again
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

madfitz

  • Newbie
  • *
  • Posts: 22
    • View Profile
Mounting Usb Hd
« Reply #6 on: November 29, 2006, 09:59:03 am »
Jon J that’s actually the package I added to try to mount the drive. Though I expected an auto-mount.

Is the version that’s available via Install Packages via Network the same as what Meanie wrote?

Meanie to answer your question, once the package Jon J stated above was installed the usb-storage module was already there.

I checked the mnt directory. There’s an ide directory there I didn’t notice previously. I’m assuming this might have been added with the ipk.

However mount attempts seem to fail. I do not get the USB icon on the tray as described in the thread mentioned by Jon J

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Mounting Usb Hd
« Reply #7 on: November 29, 2006, 03:04:38 pm »
Quote
If power were the issue, I highly doubt the Z would even be able to detect the attributes I listed in the first post.
I have a similar gadget and in my experience if I attach an unpowered 2.5" drive the Z is able to detect it but unable to mount it.

Quote
#sudo mount /dev/sda1 /mnt/usbstorage
Without success.
Any error messages?

What does "fdisk -l" show?
What does "cat /proc/partitions" show?
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Mounting Usb Hd
« Reply #8 on: November 30, 2006, 12:26:17 pm »
Quote
Jon J that’s actually the package I added to try to mount the drive. Though I expected an auto-mount.

Is the version that’s available via Install Packages via Network the same as what Meanie wrote?

Meanie to answer your question, once the package Jon J stated above was installed the usb-storage module was already there.

I checked the mnt directory. There’s an ide directory there I didn’t notice previously. I’m assuming this might have been added with the ipk.

However mount attempts seem to fail. I do not get the USB icon on the tray as described in the thread mentioned by Jon J
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147504\"][{POST_SNAPBACK}][/a][/div]
I got qtopia-usbapplet_1.0.3_arm.ipk" from the above thread. I downloaded it from this forum.
I got "usb-storage-modules-2.4.20_1.23--lite-1_arm.ipk" from the below address, maslovsky's feed.
(http://web.mol.ru/~zaurus/feed/)
I have Cacko Lite 1.23 installed, if you are using Sharp rom, there may be other issues, which I don't know about.
When I first installed Cacko Lite last February, and the above usb-storage-module, my external (self powered) HDD just mounted and showed up in Qtopia's file tab.
I didn't have any other USB stuff installed other than the ones from the Cacko feed.
Cacko full has these installed by default, so I just added these 3 files to my "Light" installation.
usb-network-modules-2.4.20_1.23--lite-1_arm.ipk
usb-serial-modules-2.4.20_1.23-lite-1_arm.ipk
usb-storage-modules-2.4.20_1.23--lite-1_arm.ipk
« Last Edit: November 30, 2006, 12:27:07 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers