You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an oversight in the code for removable drives where the media type of the drive is always generated as cdrom for removable drives, without checking if the drive is a floppy. This leads to read-only access in the guest.
The text was updated successfully, but these errors were encountered:
This will be fixed by #3334; I have tested this successfully by inserting a floppy image into a DOS VM and formatting and writing to the virtual floppy disk from the guest.
conath
added a commit
to conath/UTM
that referenced
this issue
Jan 1, 2022
There is an oversight in the code for removable drives where the media type of the drive is always generated as
cdrom
for removable drives, without checking if the drive is a floppy. This leads to read-only access in the guest.The text was updated successfully, but these errors were encountered: