Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
17
content/en/blog/commands/qemu-nbd.md
Normal file
17
content/en/blog/commands/qemu-nbd.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
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 >}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue