-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automount during writing causes drive to enter read-only mode #29
Comments
Hello @etienne-paypay.
That's a weird behavior; it shouldn't act like that.
Thank you! |
Hi, I was trying to burn I am using a real Mac, macOS version: I don't think the WinDiskWriter has any issues after formatting, but I think the OS is getting in the way, and the current implementation does not recover. After ejecting from OSX, the remaining files are copied correctly, but the first file fails because it's not possible to eject before WinDiskWriter tries to copy. I think al that's needed is some way to wait until the drive is ejected before starting the copy process, or a way to retry a failed copy. |
Hello. Few days ago I started the migration process from legacy Objective-C codebase to a more modern Swift. Currently, WinDiskWriter is built with a huge backwards compatibility in mind, so it can run even on ancient Mac OS X versions, but it introduced a lot of pain and wheel reinventions. So this migration in my case is a really important step. Thank you, @etienne-paypay for your report. |
After the format step, OSX mounts the drive which causes it to be read only. This leads to the write autorun.inf (or whatever the first file) to end in error. According to logs, the write is not retried if skip is chosen.
Expected behaviour:
The text was updated successfully, but these errors were encountered: