aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/commands/qemu-nbd.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/blog/commands/qemu-nbd.md')
-rw-r--r--content/en/blog/commands/qemu-nbd.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/content/en/blog/commands/qemu-nbd.md b/content/en/blog/commands/qemu-nbd.md
deleted file mode 100644
index ea09658..0000000
--- a/content/en/blog/commands/qemu-nbd.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "qemu-nbd"
-linkTitle: "qemu-nbd"
-date: 2019-07-01
-description: >
- qemu-nbd
----
-
-{{< highlight sh >}}
-modprobe nbd max_part=8
-qemu-nbd -c /dev/nbd0 image.img
-mount /dev/nbd0p1 /mnt # or vgscan && vgchange -ay
-[...]
-umount /mnt
-qemu-nbd -d /dev/nbd0
-{{< /highlight >}}
-