<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mounting ISO images under freebsd</title>
	<atom:link href="http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:56:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michilimackinac</title>
		<link>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/comment-page-1/#comment-2744</link>
		<dc:creator>Michilimackinac</dc:creator>
		<pubDate>Sun, 12 Mar 2006 20:43:13 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2744</guid>
		<description>In FreeBSD 5.x things have changed, images are mounted as memory disks:

Configure memory disk: 
&lt;font color=&quot;green&quot;&gt;
$ mdconfig -a -t vnode -f image.iso 
&lt;/font&gt;
Mount the memory disk: 
&lt;font color=&quot;green&quot;&gt;
$ mount -r -t cd9660 /dev/md0 /mnt
&lt;/font&gt;
Clear the memory disk: 
&lt;font color=&quot;green&quot;&gt;
$ mdconfig -d -u md0
&lt;/font&gt;</description>
		<content:encoded><![CDATA[<p>In FreeBSD 5.x things have changed, images are mounted as memory disks:</p>
<p>Configure memory disk:<br />
<font color="green"><br />
$ mdconfig -a -t vnode -f image.iso<br />
</font><br />
Mount the memory disk:<br />
<font color="green"><br />
$ mount -r -t cd9660 /dev/md0 /mnt<br />
</font><br />
Clear the memory disk:<br />
<font color="green"><br />
$ mdconfig -d -u md0<br />
</font></p>
]]></content:encoded>
	</item>
</channel>
</rss>
