December 5, 2025Dec 5 HelloIn a linux distribution a vdisk shows as /dev/disk/sda.How can I make it display as:/dev/nvme0n1In the VM template I can see a drop down which has VirtIO / SCSI / SATA / IDE / USBIs it at all possible?Could I amend: <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/virtualmachine_cache/domains2/SteamOs/vdisk1.img'/> <target dev='hdc' bus='sata' rotation_rate='1'/> <serial>vdisk1</serial> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk>ThanksChris Edited December 5, 2025Dec 5 by SmokeyColes
December 5, 2025Dec 5 Author Solution <target dev='nvme0n1' bus='nvme' rotation_rate='1'/>delete: <address type='drive' controller='0' bus='0' target='0' unit='2'/>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.