List requirements in one file.
[libguestfs-talks.git] / 2019-kvm-forum / notes / notes-06-fun-stuff
1 The aim here is to show some fun/weird/outlandish things we
2 can do with nbdkit.
3
4 * Heading: Isolate VDDK
5
6 nbdkit vddk file=demo.vmdk
7 Open it with:
8   guestfish
9   nbdsh
10   nbdfuse
11
12 * Heading: Boot a busybox VM
13
14 https://rwmj.wordpress.com/2019/02/19/nbdkit-linuxdisk-plugin/
15
16 * Heading: Data disks
17
18 https://rwmj.wordpress.com/2019/10/05/another-nbd-boot-sector-hack/
19
20 * Heading: Reflection
21
22 https://rwmj.wordpress.com/2019/09/13/nbdkit-supports-exportnames/