<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Mounting ISO images under freebsd | FreeBSD | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Sun, 12 Mar 2006 15:43:13 -0000</lastBuildDate><item><title>Re: Mounting ISO images under freebsd | FreeBSD | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/#comment-2767310</link><description>In FreeBSD 5.x things have changed, images are mounted as memory disks:&lt;br&gt;&lt;br&gt;Configure memory disk: &lt;br&gt;&amp;lt;font color="green"&amp;gt;&lt;br&gt;$ mdconfig -a -t vnode -f image.iso &lt;br&gt;&amp;lt;/font&amp;gt;&lt;br&gt;Mount the memory disk: &lt;br&gt;&amp;lt;font color="green"&amp;gt;&lt;br&gt;$ mount -r -t cd9660 /dev/md0 /mnt&lt;br&gt;&amp;lt;/font&amp;gt;&lt;br&gt;Clear the memory disk: &lt;br&gt;&amp;lt;font color="green"&amp;gt;&lt;br&gt;$ mdconfig -d -u md0&lt;br&gt;&amp;lt;/font&amp;gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michilimackinac</dc:creator><pubDate>Sun, 12 Mar 2006 15:43:13 -0000</pubDate></item></channel></rss>