On Thu, Jul 02, 2020 at 02:29:09AM -0700, Keld Norman wrote: > I am trying to figure out how to add an extra virtual disk to a HVM > > I would like to just add a disk from the existing dom0 pool just like the > two disks assigned already (system and user) > > It is not that clear on how to do it - do any one here know if there is a > guide to do that in qubes v4.0 > > Best regards > Keld Norman >
1. Identify the drive that you want, and find the actual device. You'll see (from ls -l ) that qubes/vm-qube-private is a link to some device under /dev ; say /dev/dm-xx 2. Start the HVM with the disk attached: `qvm-start HVM --hddisk=iso;/dev/xx` 3. The disk will be attached as /dev/xvdi -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200704013952.GC23414%40thirdeyesecurity.org.
