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

context-windows: ability to assign a disk to a certain letter in Windows #148

Open
OpenNebulaSupport opened this issue Dec 3, 2024 · 0 comments
Labels
category: context windows Windows OS contextualization packages sponsored This issue is sponsored by user or company status: accepted The issue is valid and will be planned for fix or implementation type: feature A new feature planned for implementation
Milestone

Comments

@OpenNebulaSupport
Copy link

OpenNebulaSupport commented Dec 3, 2024

Some customers need to have either of these two options:

  • assign context image to specified letter (e.g. attach context ISO as Z drive) or;
  • assign some image (not the context one) to specified letter (e.g. disk with data to drive D).

It looks like TARGET attribute could be a good candidate for that but it seems one needs to implement additional checking for the value of that attribute since the linux device has three letters but windows one is just single letter.

According to that Stackoverflow post the following command can be used to change drive letter:

Get-Partition -DriveLetter D | Set-Partition -NewDriveLetter E
@rsmontero rsmontero added type: feature A new feature planned for implementation category: context windows Windows OS contextualization packages status: accepted The issue is valid and will be planned for fix or implementation sponsored This issue is sponsored by user or company labels Dec 3, 2024
@rsmontero rsmontero added this to the Release 7.0 milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: context windows Windows OS contextualization packages sponsored This issue is sponsored by user or company status: accepted The issue is valid and will be planned for fix or implementation type: feature A new feature planned for implementation
Projects
None yet
Development

No branches or pull requests

2 participants