<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Mounting ISO images under freebsd</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/mounting_iso_images_under_freebsd_freebsd_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 12 Mar 2006 15:43:13 -0000</lastBuildDate><item><title>Re: Mounting ISO images under freebsd</title><link>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/#comment-2767310</link><description>&lt;p&gt;In FreeBSD 5.x things have changed, images are mounted as memory disks:&lt;/p&gt;&lt;p&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;&lt;/p&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>