<?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>Solutions Log &#187; dmg</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/dmg/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Convert a .dmg to a .iso</title>
		<link>http://solutions.unixsherpa.com/2009/08/25/convert-a-dmg-to-a-iso/</link>
		<comments>http://solutions.unixsherpa.com/2009/08/25/convert-a-dmg-to-a-iso/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:55:12 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Apple OSX]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[dmg]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=188</guid>
		<description><![CDATA[Issue: Mac formatted disk image (.dmg) cannot be directly burned on Windows or Linux systems. Resolution: One can convert a .dmg to a CD master via the Disk Utility application embedded in OS X, or by opening a terminal window and issuing the following command: hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso The output file [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
Mac formatted disk image (.dmg) cannot be directly burned on Windows or Linux systems.</p>
<p><strong>Resolution:</strong><br />
One can convert a .dmg to a CD master via the Disk Utility application embedded in OS X, or by opening a terminal window and issuing the following command:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">hdiutil convert <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>filename.dmg <span style="color: #660033;">-format</span> UDTO <span style="color: #660033;">-o</span> <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>savefile.iso</div></div>
<p>The output file will be named savefile.iso.cdr -- you may strip the .cdr and burn the .iso with any standard utility for doing so.</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/08/25/convert-a-dmg-to-a-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
