Trace: • vnconfig
Use vnconfig to access virtual devices as harddrives.
vnconfig -l
dd if=/dev/zero bs=1024k count=4096 of=hdd.img
Create as a virtual device:
vnconfig vnd0 hdd.img
vnconfig -u vnd0