--- wikisrc/users/imil/cheatsheet.mdwn 2012/07/26 11:40:30 1.10 +++ wikisrc/users/imil/cheatsheet.mdwn 2012/07/27 14:37:11 1.11 @@ -134,3 +134,13 @@ wpa_supplicant_flags="-B -iath0 -c/etc/w $ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so """]] +## Mount / umount an iso image + +[[!template id=programlisting text=""" +# vnconfig -v -c /dev/vnd0d output.iso +# mount -t cd9660 /dev/vnd0a /mnt +# [...] +# umount /mnt +# vnconfig -u vnd0d +"""]] +