USB-ATA ブリッジ経由で ATAPI Zip ドライブにアクセスする

USB-ATA ブリッジ経由で ATAPI Zip ドライブにアクセスする

古い Iomega Zip100 ドライブ (ATAPI と表示) があり、これに USB-ATA/SATA ブリッジ経由でアクセスしようとしています。Windows 7 では、接続するとデバイス マネージャーにエラー (USB 大容量記憶装置: このデバイスは起動できません) が表示されます。Linux (Ubuntu または Parted Magic) では、dmesg次のようなメッセージが表示されます。

[   79.600104] usb 1-1: new high speed USB device number 2 using ehci_hcd
[   80.276845] usbcore: registered new interface driver uas
[   80.279191] Initializing USB Mass Storage driver...
[   80.279319] scsi5 : usb-storage 1-1:1.0
[   80.279489] usbcore: registered new interface driver usb-storage
[   80.279490] USB Mass Storage support registered.
[  104.300076] usb 1-1: reset high speed USB device number 2 using ehci_hcd
[  106.816100] usb 1-1: device descriptor read/64, error -32
[  109.400083] usb 1-1: device descriptor read/64, error -32
[  111.972077] usb 1-1: reset high speed USB device number 2 using ehci_hcd
[  114.416080] usb 1-1: device descriptor read/64, error -32
[  116.988076] usb 1-1: device descriptor read/64, error -32
[  119.525052] usb 1-1: reset high speed USB device number 2 using ehci_hcd
[  119.605160] usb 1-1: device descriptor read/8, error -32
[  119.749098] usb 1-1: device descriptor read/8, error -32
[  122.328071] usb 1-1: reset high speed USB device number 2 using ehci_hcd
[  122.386670] usb 1-1: device descriptor read/8, error -32
[  122.531119] usb 1-1: device descriptor read/8, error -32
[  122.632090] usb 1-1: USB disconnect, device number 2
[  122.632124] scsi 5:0:0:0: Device offlined - not ready after error recovery
[  125.204064] usb 1-1: new high speed USB device number 3 using ehci_hcd
[  129.652662] usb 1-1: device descriptor read/64, error -32
[  132.708186] usb 1-1: device descriptor read/64, error -32
[  135.244085] usb 1-1: new high speed USB device number 4 using ehci_hcd
[  137.732086] usb 1-1: device descriptor read/64, error -32
[  140.280137] usb 1-1: device descriptor read/64, error -32
[  142.812108] usb 1-1: new high speed USB device number 5 using ehci_hcd
[  142.897135] usb 1-1: device descriptor read/8, error -32
[  143.041068] usb 1-1: device descriptor read/8, error -32
[  145.564480] usb 1-1: new high speed USB device number 6 using ehci_hcd
[  145.625696] usb 1-1: device descriptor read/8, error -32
[  145.770217] usb 1-1: device descriptor read/8, error -32
[  145.872236] hub 1-0:1.0: unable to enumerate USB device on port 1

ドライブのジャンパー設定の組み合わせをいくつか試してみました (マスター、ケーブル選択 / ドライブ A、ドライブ A 以外)。このような USB ブリッジ経由で ZIP ドライブにアクセスすることは可能でしょうか。それとも、マザーボード上の「適切な」IDE チャネルに接続する必要がありますか。

答え1

USB/ATAPI の場合、ATAPI 部分が適切な転送モードをネゴシエートすることを期待するしかありません。これは、ATAPI 部分を制御できないためです。パイプが壊れているということは、デバイスが切断されていることを意味します。これは、DMA モードが間違っているか、ケーブルが不適合である可能性があります。(e)SATA-IDE コンバーターは、より良い方法でなくても、異なる動作を行う必要があります。

関連情報