mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Cannot dump from USB Zip drive on Windows #251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRogueArchivist on GitHub (Dec 2, 2018).
Prerequisites
Check and fill as appropiate:
Description
Cannot dump U250 Zip disk from USB Zip drive on Windows 10 with error "Device error 121 trying to guess ideal transfer length." Dumps properly with same hardware on Ubuntu.
Exact command line used:
.\DiscImageChef.exe dump-media -i G: -o "Test.dicf" -d
Output of command execution with debug output enabled
@TheRogueArchivist commented on GitHub (Oct 30, 2019):
Error still occurs on newest version of DIC, including on a different computer (Windows 7 32-bit). It does dump properly on an Ubuntu computer (tested using dicremote), but displays "Device not ready. Sense UnitAttention ASC 29h ASCQ 00h" before starting to dump, which may be related to the error on Windows.
@claunia commented on GitHub (Dec 7, 2019):
@TheRogueArchivist commented on GitHub (Mar 10, 2020):
Still present in newest commit.
@TheRogueArchivist commented on GitHub (Oct 28, 2020):
Fixed as of newest commit.
@claunia commented on GitHub (Oct 29, 2020):
Fixed by
0c0d97e07a.