Date: Mon, 23 Apr 2007 15:05:14 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Paul Schmehl <pauls@utdallas.edu> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Mount an iso image? Message-ID: <20070423190514.GA97741@xor.obsecurity.org> In-Reply-To: <48CA2894022F35F0D83C3AFD@utd59514.utdallas.edu> References: <48CA2894022F35F0D83C3AFD@utd59514.utdallas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 23, 2007 at 02:01:10PM -0500, Paul Schmehl wrote: > Is it possible to mount an iso image? I'm not referring to a cd, but a > single file that has been created using mkisofs. If so, what command would > you use? mount_cd9660 wants a block device. Do I need to use some sort of > pseudo block device? Use mdconfig with -t vnode, then mount_cd9660 Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070423190514.GA97741>