« Origins of UNIX and C | Main | Adding fonts to userland in FreeBSD »

Mounting an ISO image 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

About

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.

Powered by
Movable Type 3.33