mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[Problem] Dump Already Exists warning appears when using DD + FDD #595
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 @PurpleNekoNova on GitHub (Aug 29, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
Pop-up appears warning that a dump already exists when using dd to dump a Floppy Disk with a Floppy Disk Drive, even when a dump as not been completed with the same name.
Default parameters are used (of="D:\MPF\ISO\track\track.img)
@PurpleNekoNova commented on GitHub (Aug 29, 2023):
Addendum: No dump was completed at all, this may be a deeper issue, or an issue on my end.
@PurpleNekoNova commented on GitHub (Aug 29, 2023):
Addendum 2:
Error is caused by
\\?\A:being used in parameters field instead of\\.\A:Manually changing this does not work (likely due to how MPF parses it)
@mnadareski commented on GitHub (Aug 30, 2023):
At least partially fixed by
6baaf132a7@Deterous commented on GitHub (Sep 27, 2023):
"Fixed" by
cc98b38