Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 17:49:33 +0200
From:      Bjoern Koenig <bkoenig@cs.tu-berlin.de>
To:        Steven Friedrich <FreeBSD@InsightBB.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Can I mount an ISO image directly with mount?
Message-ID:  <429B360D.5010904@cs.tu-berlin.de>
In-Reply-To: <200505301101.59780.FreeBSD@InsightBB.com>
References:  <200505301101.59780.FreeBSD@InsightBB.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Steven Friedrich wrote:

> I believe I read a posting over a year ago, that stated that you could mount 
> an ISO file directly with mount.

Indirectly.

# mdconfig -a -f filename.iso
md3
# mount_cd9660 /dev/md3 /cdrom


Regards
Björn



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