How can I hide qemu harddisk in windows10 guest users

maplecolor

New Member
Apr 24, 2020
7
0
1
37
By reading the qemu-kvm source code, I found that ide has serial number, model, wwn attributes, how do I pass them
 
Hi, you can set them in the configuration of the VM, but currently that is not possible over the webinterface.

First get the current configuration and search for the line with your disk:
qm config VMID

This could look like (for example):
scsi0: sandisk-store:vm-101-disk-1,discard=on,size=200G

Use that as base and add the serial number, wwn, .. attributes. For all available see https://pve.proxmox.com/pve-docs/qm.1.html (search for "--ide" or "--scsi")

For example, with the existing line from above you could do:
qm set VMID --scsi0 'sandisk-store:vm-101-disk-1,discard=on,size=200G,serial=1234-33-31,wwn=1234'

as you see this works not only for ide but also for scsi, which should be preferred if possible.
 
Thanks for your advice

1587740012890.png
Hi, you can set them in the configuration of the VM, but currently that is not possible over the webinterface.

First get the current configuration and search for the line with your disk:
qm config VMID

This could look like (for example):
scsi0: sandisk-store:vm-101-disk-1,discard=on,size=200G

Use that as base and add the serial number, wwn, .. attributes. For all available see https://pve.proxmox.com/pve-docs/qm.1.html (search for "--ide" or "--scsi")

For example, with the existing line from above you could do:
qm set VMID --scsi0 'sandisk-store:vm-101-disk-1,discard=on,size=200G,serial=1234-33-31,wwn=1234'

as you see this works not only for ide but also for scsi, which should be preferred if possible.
Thanks for your advice
I have succeeded

1587740078990.png






1587740033186.png
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!