<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HowToBSD &#187; virtualization</title>
	<atom:link href="http://howtobsd.com/tag/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to mount iso image in FreeBSD</title>
		<link>http://howtobsd.com/software/how-to-mount-iso-image-in-freebsd.html</link>
		<comments>http://howtobsd.com/software/how-to-mount-iso-image-in-freebsd.html#comments</comments>
		<pubDate>Mon, 03 Oct 2011 12:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=487</guid>
		<description><![CDATA[It is very actual question &#8220;mount iso in freebsd&#8220;. However mounting of iso is very easy. Let&#8217;s make sure it: Firstly we need to make virtual device for our iso image (use mdconfig for it): howtobsd# mdconfig -a -f /path_to_iso/Mac_OS_X.iso md0 md0 (command return) &#8211; it is name of virtual device (should appear in /dev/md0). [...]]]></description>
				<content:encoded><![CDATA[<p>It is very actual question &#8220;<strong>mount iso in freebsd</strong>&#8220;. However mounting of iso is very easy. Let&#8217;s make sure it:</p>
<p>Firstly we need to make virtual device for our iso image (use mdconfig for it):<br />
<code>howtobsd# mdconfig -a -f /path_to_iso/Mac_OS_X.iso<br />
md0</code></p>
<p>md0 (command return) &#8211; it is name of virtual device (should appear in /dev/md0).<br />
you can check if it appeared in /dev:<br />
<code>howtobsd# ls /dev/ | grep md0<br />
md0</code></p>
<p>And now we just need to mount virtual device:</p>
<p><code>howtobsd# mount_cd9660 /dev/md0 /cdrom</code></p>
<p>That&#8217;s all, your iso image available in /cdrom directory.</p>
<p>If you need to unmount and delete virtual device, do following commands:<br />
<code>howtobsd# umount  /cdrom<br />
mdconfig -d -u md0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/how-to-mount-iso-image-in-freebsd.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
