Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2000 13:58:00 +0300 (EEST)
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        cwgueco@xoommail.com, nbm@mithrandr.moria.org
Cc:        questions@freebsd.org
Subject:   Re: mounting an ISO image file?
Message-ID:  <200004061058.NAA05746@hades.hell.gr>
In-Reply-To: <20000405151617.A25249@mithrandr.moria.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Wed 2000-04-05 (01:16), Christian Wendell C. Gueco wrote:
> >    I would like to ask how to mount an iso image in FreeBSD 3.4 so that I 
> > can view its contents. I know this can be done in Linux through a loop 
> > option in mount.

You can use vnconfig to `attach' a file to a vn device, as in:

	# vnconfig /dev/vn0c /tmp/myimage.iso
	# mount -t cd9660 /dev/vn0c /mnt

You need to have `vn' compiled to your kernel.

Ciao,
Giorgos.


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?200004061058.NAA05746>