mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Does not work with Daemon Tools drives #309
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 @aybe on GitHub (Feb 2, 2020).
Prerequisites
Check and fill as appropriate:
Exact command line used:
DiscImageChef dump-media --device \\?\G: -o out.binActual behavior:
Output of command execution with debug output enabled
@claunia commented on GitHub (Feb 2, 2020):
@aybe can you confirm G: is a Daemon Tools virtual drive?
@aybe commented on GitHub (Feb 2, 2020):
Yes it is a DT drive:
@claunia commented on GitHub (Feb 2, 2020):
Using virtual drives as devices is not supported and won't be supported. There is no reason to use them with DiscImageChef.
@aybe commented on GitHub (Feb 2, 2020):
So you are suggesting to work against the image file directly ?
@claunia commented on GitHub (Feb 2, 2020):
Basically that's what this software is designed to do.
@aybe commented on GitHub (Feb 2, 2020):
Alright, I'll do that then, thank you for the quick support !
@claunia commented on GitHub (Feb 2, 2020):
No problem. You can also find us in our IRC and Discord channels for help from me and other users.
@aybe commented on GitHub (Feb 2, 2020):
Okay, thank you :)
PS I think I just found a bug when you run the tool from another directory, going to open another issue.