How do you mount an iso image in openbsd?
You configure it as a vnode pseudo-device. Ie:
vnconfig -c svnd0 /path/to/file
The you can manipulate svnd0 like a normal device. When you are done with it, just do:
vnconfig -u svnd0
For more info see the vnconfig man page.
Reproducing kernel panic on OpenBSD 3.2 with Net-SNMP 5.1.2
![[ home ]](/images/ivory.png)