User Tools

Site Tools


notes:qemu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

notes:qemu [2026/02/09 22:19] – created - external edit 127.0.0.1notes:qemu [2026/04/27 07:58] (current) – [Other Stuff] azman
Line 65: Line 65:
  
 qemu-system-i386 -m 1536 -boot order=c,once=d -hda Slack.img -cdrom slackware-14.1-install.iso qemu-system-i386 -m 1536 -boot order=c,once=d -hda Slack.img -cdrom slackware-14.1-install.iso
 +
 +modprobe nbd max_part=8
 +qemu-nbd --connect=/dev/nbd0 disk.qcow2
 +mount /dev/nbd0p1 /mnt/tmp
 +umount /mnt/tmp
 +qemu-nbd --disconnect /dev/nbd0
 +rmmod nbd
 +
 </code> </code>
  
notes/qemu.txt · Last modified: by azman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki