Skip to content
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

Media type can’t be set to cdrom #2419

Closed
qdljerry opened this issue Apr 3, 2021 · 5 comments
Closed

Media type can’t be set to cdrom #2419

qdljerry opened this issue Apr 3, 2021 · 5 comments
Labels
enhancement New feature or request interface Design, UX/UI issues
Milestone

Comments

@qdljerry
Copy link

qdljerry commented Apr 3, 2021

431B1C49-7475-4692-93BE-8B86A5D24DE9
29C181DB-3116-4A8F-8FA3-3FD8C3BDD4D7

It seems that no one can change the media type to cdrom

@qdljerry qdljerry closed this as completed Apr 3, 2021
@qdljerry qdljerry reopened this Apr 3, 2021
@qdljerry
Copy link
Author

qdljerry commented Apr 3, 2021

There is a code in UTM/UTMQemuSystem.m
Line:254
removable ? @"cdrom" : @"disk"
It made the CD-ROM type change to the disk

@qdljerry
Copy link
Author

qdljerry commented Apr 3, 2021

So it’s impossible for users to import a ISO file and read it as a unremoveable device

@osy
Copy link
Contributor

osy commented Apr 3, 2021

What is the intended use case for a non-removable CD image?

@qdljerry
Copy link
Author

qdljerry commented Apr 4, 2021

There isn’t any help document to describe that cdrom can only use as removable devices.
Many users new to (especially from VMware etc.) will be puzzled. (Including me)
For them, they’ll never know this feature until they read the source code.

Eg.
#2415
In this situation his drive configuration
media=disk

#2409
Also the same problem

these show that users are unaware of these changes of feature cause some problems in using UTM
We should add some tips or just modify the code

@conath
Copy link
Contributor

conath commented Apr 4, 2021

What is the intended use case for a non-removable CD image?

I believe there is no use, but the UI is confusing people. Other VM apps don’t offer Importing an ISO as a non-removable drive at all, because it doesn’t make sense. The Drives configuration UI should be re-vamped IMO, and I’d happily do it when I have the time.

@osy osy added enhancement New feature or request interface Design, UX/UI issues labels Apr 24, 2021
@osy osy added this to the v2.1 milestone Apr 24, 2021
@osy osy closed this as completed in db84c7c Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interface Design, UX/UI issues
Projects
None yet
Development

No branches or pull requests

3 participants