Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
17
content/blog/commands/qemu-nbd.md
Normal file
17
content/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