From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/commands/qemu-nbd.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'content/blog/commands/qemu-nbd.md') diff --git a/content/blog/commands/qemu-nbd.md b/content/blog/commands/qemu-nbd.md index ea09658..0402876 100644 --- a/content/blog/commands/qemu-nbd.md +++ b/content/blog/commands/qemu-nbd.md @@ -1,11 +1,14 @@ --- title: "qemu-nbd" -linkTitle: "qemu-nbd" date: 2019-07-01 -description: > - qemu-nbd +description: qemu-nbd usage example +tags: + - linux + - virtualization --- +## Usage example + {{< highlight sh >}} modprobe nbd max_part=8 qemu-nbd -c /dev/nbd0 image.img @@ -14,4 +17,3 @@ mount /dev/nbd0p1 /mnt # or vgscan && vgchange -ay umount /mnt qemu-nbd -d /dev/nbd0 {{< /highlight >}} - -- cgit v1.2.3