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 == | ||
+ | |||
+ | < | ||
+ | vnconfig -l | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Create a 4GB virtual drive == | ||
+ | |||
+ | < | ||
+ | dd if=/ | ||
+ | </ | ||
+ | |||
+ | Create as a virtual device: | ||
+ | |||
+ | < | ||
+ | vnconfig vnd0 hdd.img | ||
+ | </ | ||
+ | |||
+ | == Release a device == | ||
+ | |||
+ | < | ||
+ | vnconfig -u vnd0 | ||
+ | </ |