Post

xen blktap 사용하기

1
2
3
4
5
6
7
8
9
git clone https://github.com/jonludlam/blktap-dkms.git
cd blktap-dkms

make -C /lib/modules/`uname -r`/build M=$PWD
mkdir /lib/modules/`uname -r`/extra
cp blktap.ko /lib/modules/`uname -r`/extra

depmod
modprobe blktap
This post is licensed under CC BY 4.0 by the author.

Trending Tags