Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 21:46:31 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: method to to cd through .iso file
Message-ID:  <20190709194631.GA3138@c720-r342378>
In-Reply-To: <5D24EBBE.9080801@gmail.com>
References:  <5D24EBBE.9080801@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día martes, julio 09, 2019 a las 03:32:14p. m. -0400, Ernie Luzar escribió:

> I have used in the past a method of console commands to mount the 
> RELEASE-amd64-disc1.iso file so I can cd through its directory 
> structure. But I have forgotten how to do it.
> Can someone please post the method.
> Thank you

# mdconfig -a -t vnode -u 0 -f RELEASE-amd64-disc1.iso
# mount -r -t cd9660 /dev/md0 /mnt

HIH

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
May, 9: Спаси́бо освободители! Thank you very much, Russian liberators!



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