Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 1999 23:25:57 -0400 (EDT)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        jschwab@royal.net (Jason L. Schwab)
Cc:        ghandi@mindless.com, questions@FreeBSD.ORG
Subject:   Re: image files.
Message-ID:  <199906020325.XAA13936@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <Pine.BSF.4.05.9906012042050.1043-100000@fkr.dynip.com> from "Jason L. Schwab" at "Jun 1, 99 08:43:01 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Jason L. Schwab wrote,
> People,
> 
> 	Is it possible to mount a ISO9660 image file in freebsd?
> i can make the image with mkisofs, but can I mount it to check it out?

Yes and yes. If your image is called, 'cdimage.dat':

# vnconfig /dev/vn0c cdimage.dat
# mount -t iso9660 /dev/vn0c /mnt

Should do it, provided you have the vn pseudo-device compiled in your
kernel. 

See 'man vnconfig,' 'man vn,' and 'man mount_iso9660.'
-- 
Crist J. Clark                           cjclark@home.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906020325.XAA13936>