<?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: Snow Leopard&#8217;s &#8220;Disk Utility&#8221; can&#8217;t create encrypted image</title>
	<atom:link href="http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 06 Mar 2012 08:56:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: N. guin</title>
		<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/#comment-64455</link>
		<dc:creator>N. guin</dc:creator>
		<pubDate>Sat, 03 Dec 2011 20:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://bergs.biz/blog/?p=83#comment-64455</guid>
		<description>Thanks A. Magno for the method to format HDD.
It works !! many thanks</description>
		<content:encoded><![CDATA[<p>Thanks A. Magno for the method to format HDD.<br />
It works !! many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Magno</title>
		<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/#comment-57471</link>
		<dc:creator>A. Magno</dc:creator>
		<pubDate>Fri, 19 Aug 2011 23:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://bergs.biz/blog/?p=83#comment-57471</guid>
		<description>Administrator. James is right. I just did it and works. The drive where you are going to record the image has to be formatted with mac system. HFS.

The disk has to have enough space. Check it.
Has to be formatted for MAC System. 
I Disk Utility you click Erase&gt; click The HDD the you want to format. Choose the system. End click erase.</description>
		<content:encoded><![CDATA[<p>Administrator. James is right. I just did it and works. The drive where you are going to record the image has to be formatted with mac system. HFS.</p>
<p>The disk has to have enough space. Check it.<br />
Has to be formatted for MAC System.<br />
I Disk Utility you click Erase&gt; click The HDD the you want to format. Choose the system. End click erase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jones</title>
		<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/#comment-32393</link>
		<dc:creator>Jones</dc:creator>
		<pubDate>Thu, 16 Sep 2010 04:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://bergs.biz/blog/?p=83#comment-32393</guid>
		<description>I am attempting the same thing, and tried compressed and still no luck. Any ideas?</description>
		<content:encoded><![CDATA[<p>I am attempting the same thing, and tried compressed and still no luck. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/#comment-24378</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://bergs.biz/blog/?p=83#comment-24378</guid>
		<description>@James: I&#039;m not sure whether what you write is actually true.

Remember that I just changed the &lt;em&gt;image type&lt;/em&gt; (from &lt;code&gt;encrypted&lt;/code&gt; to &lt;code&gt;compressed&lt;/code&gt;), and &lt;em&gt;that&lt;/em&gt; made it work!

In both cases, the final size of the image was not known in advance (because you can&#039;t predict the &quot;output&quot; size of encrypted or compressed data, usually compression occurs before encryption is applied).

Mind you, I did &lt;em&gt;not&lt;/em&gt; change the &lt;em&gt;filesystem&lt;/em&gt; of the target drive!</description>
		<content:encoded><![CDATA[<p>@James: I&#8217;m not sure whether what you write is actually true.</p>
<p>Remember that I just changed the <em>image type</em> (from <code>encrypted</code> to <code>compressed</code>), and <em>that</em> made it work!</p>
<p>In both cases, the final size of the image was not known in advance (because you can&#8217;t predict the &#8220;output&#8221; size of encrypted or compressed data, usually compression occurs before encryption is applied).</p>
<p>Mind you, I did <em>not</em> change the <em>filesystem</em> of the target drive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://bergs.biz/blog/2009/12/06/snow-leopards-disk-utility-goofs-up/#comment-24338</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://bergs.biz/blog/?p=83#comment-24338</guid>
		<description>I encountered the same error while trying to backup my existing installation prior to installing Snow Leopard. The problem, I found, was the MS-DOS formatting on the USB drive and when I reformatted it with HFS+, the error went away. I suspect its memory mapping a file of the size necessary for the image, which due to file size limitations on the file system is returning and error but as its a size error on a memory mapping its interpreted as a memory error not a file size error. Hooray FAT32.</description>
		<content:encoded><![CDATA[<p>I encountered the same error while trying to backup my existing installation prior to installing Snow Leopard. The problem, I found, was the MS-DOS formatting on the USB drive and when I reformatted it with HFS+, the error went away. I suspect its memory mapping a file of the size necessary for the image, which due to file size limitations on the file system is returning and error but as its a size error on a memory mapping its interpreted as a memory error not a file size error. Hooray FAT32.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

