Making the Iomega 120GB HDD working with USB

From OS2World.Com Wiki
Jump to navigation Jump to search
Article Info
Author Roberto Gainza
Date
OS Version
Companion File N/A
Source N/A

I finally found a way to use the Iomega 120GB HDD USD drive under OS/2. But with two HPFS partitions. There had been many weird things and problems in the process, but now it seems that works ok. Now I don't like formatting nothing with FAT32.

Let's continue with the process.

First you need to install the USB Basic support driver from IBM or from eCS (its the same). Them you will need to have some config.sys parameter similar to this one:

BASEDEV=USBOHCD.SYS
BASEDEV=USBOHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBD.SYS /REQ:USBUHCD$,USBOHCD$,USBEHCD$
BASEDEV=USBHID.SYS
BASEDEV=USBMSD.ADD /V
BASEDEV=USBCDROM.ADD

Download the unofficial USB Storage driver from this page: http://cyberia.dnsalias.com/Gfd.Sys.Misc.Htm. Check for the file called CW-USB12.ZIP.

Unpack this file and copy the CWusbmsd.* files into C:\OS2\BOOT. Modify the Config.sys renaming the line:

REM BASEDEV=USBMSD.ADD /V

and adding this line. (put it as is, don't add anything else)

BASEDEV=CWUSBMSD.ADD /FIXED_DISKS:1 /FORCE_TO_REMOVABLE /V

Restart the OS/2 system and that's it.

With this driver the LVM.exe will not work and it is possible that some little 64MB and 128MB USB key, will be unusable also. But you can always change back the config.sys and restart the system.

Since LVM.exe stopped working I started to use DFSee, which allows me to see the USB HDD partition, etc. I was unable to create a single partition and format it with JFS, because I can not use the LVM. It should work with two HPFS partition, but I don't know why I had to create a third partition on the disc as small as I can to be able to format and work with the other bigger partition of the HDD.

Some Questions?

  1. I guess that you are using two partition because HPFS has a limitation of 64GB, is that right?
    • Yes
  2. But, is the USB HDD an encapsulated IDE with an USB Interface or pure USB?
    • Pure USB
  3. Is there a Part Number or where can I get more info on the Device?

Regards Roberto