mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] DIC does not detect the /be raw command when I set it in MPF #653
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 @MrPepka on GitHub (Nov 10, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
2.7.5 stable
Build
NET 7.0
Describe the issue
When I enter the /be raw command in Parameters (I will remove the /c2, /sf, /ns etc. commands from there) and start dumping the disc, DIC does not detect this command
To Reproduce
Expected behavior
DIC should detect the /be raw command and (despite the lack of /c2) start dumping in raw mode
Screenshots
Additional context
I have a rather problematic disc with erroneous sectors and I need to dump it without /c2 to see what hashes will be generated by different drives, I also want to dump these problematic sectors in data mode in all drives I have to determine whether all drives generate identical hashes for these sectors. I need the /be raw command because one of my drives (BW-16D1HT) does not support Pack mode, so dumping a disc without /c2 is significantly slower
@Deterous commented on GitHub (Nov 11, 2023):
Just to check it's an MPF issue, have you tried running DIC with
/be rawvia the command line?@MrPepka commented on GitHub (Nov 11, 2023):
Yes and works