4

I have several old 100MB Zip Disks I used to use with a PC that I would like to import and archive the contents of.

I purchased a generic DB25 Parallel Connector to USB adapter, and it is detected by my Mac, and VMWare will alert me to decide where it should be connected, but I can't seem to get it to mount to OS X (no surprise) nor to any VM. I have tried VMS of Windows 98, XP (32 bit), 7 and 10 with every driver I could find via Google, but no luck.

Do you have any experience trying to do this?

1 Answers1

1

Parallel ZIP drives specifically required an ECP parallel port in order to operate. In its heyday, the feature that distinguished ECP from EPP and SPP parallel ports was its use of DMA to do data transfers.

USB does not support DMA, so most USB parallel adapters don't either. You must find a parallel adapter that specifically cites ECP support in its specs. Emulating DMA over USB is hard (i.e. more expensive to implement), and this one is the only adapter I found from a cursory Google search that specifically states it supports ECP in the specs.

Additionally, Macs never supported parallel ports at all. Before Macs had USB, they used a proprietary serial port to do printing. So who knows if this thing will work on a Mac even with pass-thru to a VM. You may need an actual PC for this.


What kind of Mac do you have? Some 2008-2011 MacBook Pros had an ExpressCard slot. ExpressCard does support DMA natively, and there are tons of EC to Parallel adapters out there that are likely fully compliant with the ECP spec.

Wes Sayeed
  • 14,102