Skip to content

Instantly share code, notes, and snippets.

View winggundamth's full-sized avatar

Jirayut Nimsaeng (Dear) winggundamth

View GitHub Profile
@winggundamth
winggundamth / gist:b37fcd73726fa732c6dfb3faae214f8c
Last active January 28, 2017 18:15 — forked from yuuichi-fujioka/install package to qcow image.sh
Prepare OpenStack Ubuntu QCOW2 Image
sudo apt-get install qemu-utils
sudo modprobe nbd
sudo qemu-nbd --connect=/dev/nbd0 /full/path/to/qcow2/image/file
sudo mkdir /mnt/ubuntu
sudo mount /dev/nbd0p1 /mnt/ubuntu