to mount an iso image in FreeBSD:
# vnconfig /dev/vn0c ./image.iso
# mount -t cd9660 /dev/vn0c /cdrom
and then to unmount:
# umount /cdrom
# vnconfig -u /dev/vn0c
from the ever useful FreeBSD Diary
« Origins of UNIX and C | Main | Adding fonts to userland in FreeBSD »
to mount an iso image in FreeBSD:
# vnconfig /dev/vn0c ./image.iso
# mount -t cd9660 /dev/vn0c /cdrom
and then to unmount:
# umount /cdrom
# vnconfig -u /dev/vn0c
from the ever useful FreeBSD Diary
This page contains a single entry from the blog
The previous post in this blog was Origins of UNIX and C.
The next post in this blog is Adding fonts to userland in FreeBSD.
Many more can be found on the main index page or by looking through the archives.