no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


vnconfig [2013/03/29 19:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== vnconfig ======
  
 +  * [[NetBSD]]
 +  * [[Xen]]
 +
 +Use vnconfig to access virtual devices as harddrives.
 +
 +== List active devices ==
 +
 +<code>
 +vnconfig -l
 +</code>
 +
 +
 +== Create a 4GB virtual drive ==
 +
 +<code>
 +dd if=/dev/zero bs=1024k count=4096 of=hdd.img
 +</code>
 +
 +Create as a virtual device:
 +
 +<code>
 +vnconfig vnd0 hdd.img
 +</code>
 +
 +== Release a device ==
 +
 +<code>
 +vnconfig -u vnd0
 +</code>

Navigation
QR Code
QR Code vnconfig (generated for current page)