notes:qemu
Differences
This shows you the differences between two versions of the page.
| notes:qemu [2026/02/09 22:19] – created - external edit 127.0.0.1 | notes:qemu [2026/04/27 07:58] (current) – [Other Stuff] azman | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| qemu-system-i386 -m 1536 -boot order=c, | qemu-system-i386 -m 1536 -boot order=c, | ||
| + | |||
| + | modprobe nbd max_part=8 | ||
| + | qemu-nbd --connect=/ | ||
| + | mount /dev/nbd0p1 /mnt/tmp | ||
| + | umount /mnt/tmp | ||
| + | qemu-nbd --disconnect /dev/nbd0 | ||
| + | rmmod nbd | ||
| + | |||
| </ | </ | ||
notes/qemu.txt · Last modified: by azman
