<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; RAM Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/ram/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Ramdisks: Back From the Brink of Extinction</title>
		<link>http://blog.fosketts.net/2010/01/15/ramdisk-mac-os/</link>
		<comments>http://blog.fosketts.net/2010/01/15/ramdisk-mac-os/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:00:06 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[diskutil]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hdiutil]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2621</guid>
		<description><![CDATA[Using system memory for storage is something of a lost art these days. But many of today's I/O intensive tasks can still benefit from the untouchable quickness provided by a ramdisk. Happily, most operating systems are still capable of creating and using ramdisks.]]></description>
			<content:encoded><![CDATA[<p>Using system memory for storage is something of a lost art these days. Although system RAM capacity has become plentiful, cheap and quick disk storage is just as common. But many of today&#8217;s I/O intensive tasks can still benefit from the untouchable quickness provided by a ramdisk. Happily, most operating systems are still capable of creating and using ramdisks. <strong>This article discusses the creation, use, and performance of ramdisks in Mac OS X</strong>.</p>
<h3>On The Extinction Of Ramdisks</h3>
<div id="attachment_2623" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/01/No-Storage-Allowed.jpg" ><img class="size-medium wp-image-2623" title="No Storage Allowed" src="http://blog.fosketts.net/wp-content/uploads/2010/01/No-Storage-Allowed-300x190.jpg" alt="" width="300" height="190" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">System RAM is not typically used for storage anymore</p></div>
<p><strong>Ramdisks were a cheat to make slow system I/O tolerable</strong>, but it was never an easy decision. These days, computers are fast enough that ramdisks are rare. Every part of the computer has gotten quicker and cheaper over the last two decades, including hard disk drives, RAM, and CPUs. A typical laptop like my MacBook Pro might have 4 GB of system RAM, 320 GB of hard disk capacity, and dual 2 GHz CPUs.Those specs would have seemed inconceivable just a few years ago: I still have a Dell laptop with a 20 MHz CPU and two expensive upgrades: 1 MB of RAM and a 20 MB hard drive!</p>
<p>Far more impressive, though, are the numerous performance optimizations that have appeared. I/O channels are quicker than ever, and <strong>caches have appeared at most performance bottlenecks</strong>. It&#8217;s hard to believe, but computers used to rely much more on raw storage. Many hobbyists recall waiting for data to load from cassette tape drives, or that one key performance advance in Intel&#8217;s 80486 chip was its on-chip cache. Today&#8217;s CPUs have three levels of cache, and operating systems have gotten much better at caching data internally as well.</p>
<p>Hard disk drives have sprouted their own caches, too, making I/O seem quicker than it is. My 1997 Toshiba laptop used an un-cached 4200 rpm hard disk, but even laptop drives today  sport 16 MB or more and spin at 5400 rpm or faster. Although RAM was scarce back in the day, the performance gained from a ramdisk was worth the effort. <strong>Faster I/O and strategic caching has largely eliminated this need</strong>. Increasing operating system intelligence also plays a major part &#8211; witness <a href="http://blog.fosketts.net/2007/07/19/hybrid-drives-are-here-–-but-they’re-irrelevant-to-enterprise-storage/"  target="_blank">the failure of hybrid hard drives</a>.</p>
<h3><strong>The Modern Use Case</strong></h3>
<p>A long-standing argument in the field of computer system performance revolves around <strong>whether to manually reserve resources and place data or to let the system dynamically manage resources</strong> on its own. Computers do a decent job if allowed to, often adapting quicker and more efficiently to changing demands. But some jobs are harder to automate, and buffers and caches don&#8217;t always catch the right data.</p>
<p>Purely <strong>temporary data</strong> can be written to a ramdisk as a high performance scratch space. There is no need to store this on disk at all, and merely placing it there is likely to &#8220;pollute&#8221; the buffers, pushing out real useful data.</p>
<p>A ramdisk can also <strong>increase security</strong> somewhat by never allowing certain data to be written to disk. Ramdisks are sure to be flushed on the next reboot, but data on disk can linger and be discovered later.</p>
<p>One could even argue that <strong>today&#8217;s high-performance solid state disk is simply an evolution of the old ramdisk concept</strong>. NAND flash and RAM both offer the high random performance of the ramdisks of yore, and many analysts expect them to displace high-performance hard disk drives in the coming years. So perhaps ramdisks are not extinct after all!</p>
<div id="attachment_2624" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/01/Violin-SSD.jpg" ><img class="size-medium wp-image-2624" title="Violin SSD" src="http://blog.fosketts.net/wp-content/uploads/2010/01/Violin-SSD-300x225.jpg" alt="" width="300" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Ultra-performance storage systems like this Violin array use RAM for storage</p></div>
<p><strong>Using Ramdisks In Mac OS X</strong></p>
<p>Mac OS X has the ability natively to create and use ramdisks. Here&#8217;s the simple procedure:</p>
<ol>
<li><strong>Create the ramdisk with hdiutil</strong> &#8211; This terminal command will create a 1 GB ram disk and report the name used. The number following the &#8220;ram://&#8221; statement is a number of 512 KB disk blocks &#8211; multiply the desired ram size in MB by 2048 (that&#8217;s 1024 times 2) to derive other sizes.<br />
 <code>hdiutil attach -nomount ram://2097152</code></li>
<li><strong>Format the ramdisk with diskutil</strong> &#8211; The next command will format the newly-created ramdisk using the diskutil tool. We will use /dev/disk3, but you should specify whatever disk device hdiutil reported from step 1. You can also specify a different filesystem or disk name. <br />
 <code>diskutil eraseVolume "HFS+" "ramdisk" /dev/disk3</code></li>
<li><strong>Your ramdisk will now appear</strong> &#8211; OS X will now mount the newly-created ramdisk and it will appear on your desktop. Note that <strong>the contents will be destroyed if it is unmounted or if the operating system is rebooted</strong>!</li>
<li><strong>Delete your ramdisk</strong> &#8211; It&#8217;s worth saying once again: The ramdisk will disappear and all data will be deleted when you eject it or power off your computer. Be sure to back up any important data from it, then eject it with the following command: <br />
 <code>hdiutil eject /Volumes/ramdisk</code></li>
</ol>
<h3>Script It!</h3>
<p>My backup script called for the creation of a tar file, compression, encryption, and rsync copying. I decided that I could perform the first three functions on the ramdisk to increase performance and reduce the chance that an unencrypted version would remain on the disk if the script failed.</p>
<p>A simple command line combination of the above creates the necessary ramdisk:</p>
<p><code>diskutil eraseVolume "HFS+" "ramdisk" `hdiutil attach -nomount ram://2097152`</code></p>
<p>This failed once I put it in a shell script, however. The issue was the finicky nature of diskutil &#8211; hdiutil&#8217;s output included a number of whitespace characters, and diskutil failed in the script whenever it encountered this. So I used the cut command to grab just the first field of the output, like so:</p>
<p><code>diskutil eraseVolume "HFS+" "ramdisk" `hdiutil attach -nomount ram://2097152 | cut -d " " -f 1`</code></p>
<p>This solved my problem, and I was able to tar and compress to /Volumes/ramdisk in my script. I added the hdiutil eject command to the script right after the encryption step to wipe out the unencrypted data. Although this isn&#8217;t foolproof security by any means, it&#8217;s better than nothing.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/11/29/write-windows-ntfs-drive-mac-os-106-snow-leopard/"  rel="bookmark" class="crp_title">How To Write To Windows NTFS Drives In Mac OS X 10.6 &#8220;Snow Leopard&#8221;</a></li><li><a href="http://blog.fosketts.net/2010/10/07/4-horsemen-cache/"  rel="bookmark" class="crp_title">The Four Horsemen of Storage System Performance: Never Enough Cache</a></li><li><a href="http://blog.fosketts.net/2007/07/19/hybrid-drives-are-here-%e2%80%93-but-they%e2%80%99re-irrelevant-to-enterprise-storage/"  rel="bookmark" class="crp_title">Hybrid Drives Are Here – But they’re Irrelevant to Enterprise Storage</a></li><li><a href="http://blog.fosketts.net/2010/05/21/seagate-momentus-xt-hybrid-ssd-disk-drive/"  rel="bookmark" class="crp_title">Smoking-Fast Laptops: Seagate Momentus XT Hybrid SSD Disk Drive Confirmed!</a></li><li><a href="http://blog.fosketts.net/2010/05/17/hybrid-ssd-hard-disk-drives/"  rel="bookmark" class="crp_title">Hybrid SSD/Hard Disk Drives: This Time For Sure!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2010/01/15/ramdisk-mac-os/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2010. |
<a href="http://blog.fosketts.net/2010/01/15/ramdisk-mac-os/">Ramdisks: Back From the Brink of Extinction</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2010/01/15/ramdisk-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Excess Money? Upgrade Your 2009 Mac Mini RAM To 8 GB!</title>
		<link>http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/</link>
		<comments>http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:44:35 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Crucial]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[Mac Mini Colo]]></category>
		<category><![CDATA[Mac Mini Server]]></category>
		<category><![CDATA[Macrumors]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[PC3-8500]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[SO-DIMM]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMware Fusion]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2390</guid>
		<description><![CDATA[Are you the kind of person who always wants the best? Does an upgrade that costs as much as the original item sound like a good investment? Are you the owner of a 2009 Mac Mini? Then you&#8217;re in luck! Apple&#8217;s latest firmware update allows nVidia-based Mac Minis to be upgraded to 8 GB of [...]]]></description>
			<content:encoded><![CDATA[<p>Are you the kind of person who always wants the best? Does an upgrade that costs as much as the original item sound like a good investment? Are you the owner of a 2009 Mac Mini? Then you&#8217;re in luck! <strong>Apple&#8217;s latest firmware update allows nVidia-based Mac Minis to be upgraded to 8 GB of RAM!</strong> With 4 GB SO-DIMMs now available for about $250, this means you can be the envy of the office for nearly the same amount that a brand-new Mac Mini would cost!<span id="more-2390"></span></p>
<p>Here&#8217;s the scoop: Apple&#8217;s <a rel="nofollow" href="http://www.apple.com/downloads/macosx/apple/firmware_hardware/macminiefifirmwareupdate12.html"  target="_blank">Mac mini EFI Firmware Update 1.2</a>, released back at the end of August, claimed to improve &#8220;compatibility with the latest Apple memory kits on Mac mini computers&#8221;, but in typical Apple fashion, no one quite knew what that meant. Some brave soul must have tried installing two 4 GB PC3-8500 SO-DIMM modules in the Mini&#8217;s two RAM slots, and must have been awfully happy when they did, because it works! <strong>All 2009 Mac Minis are supported</strong>, including the <a href="http://blog.fosketts.net/2009/10/20/mac-mini-server/"  target="_blank">recently-released Mac Mini Server</a> and the <a href="http://blog.fosketts.net/2009/03/10/mac-mini-diamond-rough/"  target="_blank">earlier March-era machine</a>.</p>
<p>This is now <a href="http://www.macminicolo.net/state2009.html#"  target="_blank">confirmed by Mac Mini Colo</a>, a more reliable source than <a rel="nofollow" href="http://forums.macrumors.com/showthread.php?t=784083"  target="_blank">Macrumors forum posters</a>, so I&#8217;m finally confident in posting this. Being a cheapskate, I&#8217;m not going to run out and spend <a rel="nofollow" href="http://www.amazon.com/gp/product/B001KB21KA?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001KB21KA"  target="_blank">$510.98 at Amazon</a> on two Crucial SO-DIMMs for my $599 computer. But I&#8217;m eager to hear from you if you have the inclination, and will be watching as prices fall in the box at right. An 8 GB Mac Mini ought to perform amazingly when running VMware Fusion or VirtualBox!<br />
<blockquote>Note: Some of these links include affiliate codes that help pay for this blog. For example, <a href="http://www.amazon.com/gp/product/B002Y27P3M?ie=UTF8&tag=packrat-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002Y27P3M" target="_blank">buying an Amazon Kindle with this link</a> sends a few bucks my way! But I don't write this blog to make money, and am happy to link to sites and stores that don't pay anything. I like Amazon and buy tons from them, but you're free to buy whatever and wherever you want.</blockquote></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/10/20/mac-mini-server/"  rel="bookmark" class="crp_title">Mac Mini: Apple&#8217;s Inexpensive Server</a></li><li><a href="http://blog.fosketts.net/2009/03/23/super-mac-mini/"  rel="bookmark" class="crp_title">How Far Can You Push a Mac Mini?</a></li><li><a href="http://blog.fosketts.net/2009/03/03/updated-mac-mini/"  rel="bookmark" class="crp_title">The New Mac Mini is Finally Here!</a></li><li><a href="http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/"  rel="bookmark" class="crp_title">Upgrades Give New Mac Mini a Whole New Attitude</a></li><li><a href="http://blog.fosketts.net/2009/03/10/mac-mini-diamond-rough/"  rel="bookmark" class="crp_title">New Mac Mini Is A Diamond In The Rough</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/">Got Excess Money? Upgrade Your 2009 Mac Mini RAM To 8 GB!</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Mac Mini]]></series:name>
	</item>
		<item>
		<title>How Far Can You Push a Mac Mini?</title>
		<link>http://blog.fosketts.net/2009/03/23/super-mac-mini/</link>
		<comments>http://blog.fosketts.net/2009/03/23/super-mac-mini/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:17:37 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[iFixit]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[NCQ]]></category>
		<category><![CDATA[overclock]]></category>
		<category><![CDATA[RAID-0]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[Remote Disc]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[SuperDrive]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[VelociRaptor]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[z-height]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1639</guid>
		<description><![CDATA[Last week I reported my progress upgrading my Mac Mini&#8217;s RAM and hard drive to extract much more performance out of Apple&#8217;s little desktop. And indeed, adding a 7200 rpm high-performance laptop hard drive did make a noticeable difference in system responsiveness. But a question came in via email asking, will Western Digital&#8217;s killer 10,000 [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1640" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/super-mac-mini.jpg" ><img class="size-medium wp-image-1640" title="super-mac-mini" src="http://blog.fosketts.net/wp-content/uploads/2009/03/super-mac-mini-300x201.jpg" alt="Can you supercharge a Mac Mini?" width="300" height="201" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Can you supercharge a Mac Mini?</p></div>
<p>Last week I reported <a href="http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/"  target="_blank">my progress upgrading my Mac Mini&#8217;s RAM and hard drive</a> to extract much more performance out of Apple&#8217;s little desktop. And indeed, adding a 7200 rpm high-performance laptop hard drive did make a noticeable difference in system responsiveness.</p>
<p>But a question came in via email asking, <strong>will Western Digital&#8217;s killer 10,000 rpm VelociRaptor SATA drive work in the Mac Mini?</strong> So inspired, I set out to find out just how far one can push a Mac Mini&#8217;s performance!<span id="more-1639"></span></p>
<h3 class="post-subhead">Pillars of Performance</h3>
<p>As I noted in my last update, there are four keys to desktop system performance:<strong> CPU</strong>, <strong>RAM</strong>, <strong>storage</strong>, and <strong>graphics</strong>. The Mac Mini&#8217;s CPU is soldered in place and its graphics are integrated into the system chipset, so neither are upgradable. The best one can do on the CPU side is to <strong>order a built-to-order 2.26 GHz Mac Mini</strong> from Apple, adding $150 to the base Mac Mini price of $599.</p>
<blockquote><p>Base Mac Mini: $599</p>
<p>2.26 GHz CPU upgrade: $150</p>
<p>Running total: $749</p></blockquote>
<p>PC hackers commonly upgrade their systems&#8217; performance by tweaking the system BIOS to overclock the CPU, memory, and system bus. But <strong>you can&#8217;t overclock a Mac Mini</strong>, or at least I haven&#8217;t found the secret yet.</p>
<p>More RAM always helps, but <strong>the Mini won&#8217;t accept more than <span style="text-decoration: line-through;">4 GB</span></strong><strong> <a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/"  target="_blank">8 GB</a></strong><strong> of RAM</strong>. The graphics can also be improved slightly by installing more than 1 GB of RAM because the system will then use 256 MB of RAM as a frame buffer instead of 128 MB. Since we&#8217;re going to be opening the system anyway, we can save some money by upgrading the RAM ourselves. The Mac Mini uses 204-pin DDR3 SO-DIMMs rated at PC3-8500 (1066 MHz). A nice 4 GB matched set can be purchased <a rel="nofollow" href="http://www.amazon.com/gp/product/B001KUL012?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001KUL012"  target="_blank">from Amazon.com for $60</a>.</p>
<blockquote><p>4 GB RAM upgrade: $66</p>
<p>Running total: $815</p></blockquote>
<p>Your Apple Mac Mini is now maximally configured, with the exception of storage.</p>
<blockquote><p><strong>Update</strong>: <a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/"  target="_blank">The 2009 Mac Minis can now accept 8 GB of RAM</a>!</p></blockquote>
<h3 class="post-subhead">Killer Storage</h3>
<p>The only remaining upgrade is storage. And here, the Mac Mini is amazingly adaptable. About 2/3 of the vertical space covered by that aluminum and plastic exterior consists of a black plastic cage containing the DVD SuperDrive, hard disk drive, and cooling fan and serving as a support for the BlueTooth and 802.11 wireless antennas. This is your target.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/46492d43-133c-49a8-9d9c-eb9d635edd4e"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F46492d43-133c-49a8-9d9c-eb9d635edd4e&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p><strong>The Mac Mini&#8217;s storage subsystem is up to date</strong>, with two SATA channels supporting 3 Gbit speed and advanced capabilities like native command queueing (NCQ) even though the stock Mini&#8217;s hard drive lacks these features.</p>
<p>The hard drive sits in a cradle immediately under the optical drive, face-up in an open cavity over the motherboard. Although it ships with a slim 9.5 mm high hard disk, my ruler says that <strong>the Mac Mini cradle can accept a 12.5 mm z-height disk</strong>. This is interesting from a capacity standpoint, since some higher-GB drives are 12.5 mm 3-platter units, including the popular TravelStar 5k500 drive from Hitachi.</p>
<p>However, the Mini was designed to have an air gap between the hard disk and DVD drive, and a 12.5 mm drive will press against the optical unit, potentially causing heat problems. And <strong>a larger 2.5&#8243; drive will not fit</strong>, including the 15 mm mechanism from the Western Digital VelociRaptor.</p>
<p>Therefore, any crazy disk drive dreams that also include leaving the Mini and its DVD drive in the original case are right out. All is not lost, however! Apple kindly included the MacBook Air&#8217;s <a rel="nofollow" href="http://www.apple.com/macbookair/wireless.html"  target="_blank">Remote Disc support</a>, so <strong>the Mini doesn&#8217;t need a DVD drive at all</strong> if you happen to have another Mac or PC handy. Removing the SuperDrive leaves room for up to two 2.5&#8243; hard disks!</p>
<p>Without the SuperDrive in the way, a 2.5&#8243; <a rel="nofollow" href="http://www.amazon.com/gp/product/B001FBH0HE?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001FBH0HE"  target="_blank">Western Digital VelociRaptor</a> hard disk drive should fit just fine. Although it ships with a massive heat sink, the VelociRaptor isn&#8217;t as power-hungry or hot as you might imagine. It might be a good idea to apply some cooling fins or add an extra fan, but I&#8217;m betting the Mini wouldn&#8217;t have any trouble driving this 10,000 rpm drive once the SuperDrive is removed. So <strong>the WD VelociRaptor is a serious option for the Mac Mini</strong>.</p>
<p>Another killer performance option is <strong>a RAID-0 set of internal SATA drives</strong>. Although the Mini&#8217;s second SATA channel (normally used for the DVD drive) does not have the proper connectors or mounting supports for a hard disk drive, <a href="http://www.ifixit.com/Apple-Parts/12-7-mm-Optical-Bay-SATA-Hard-Drive-Enclosure/IF107-079"  target="_blank">iFixit sells a DIY kit to connect a second hard drive</a>. This kit, which includes two 500 GB 5400 rpm hard drives, sells for about what a single 300 GB VelociRaptor costs, and should provide similar performance using RAID-0 striping.</p>
<blockquote><p><a rel="nofollow" href="http://www.amazon.com/gp/product/B001FBH0HE?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001FBH0HE"  target="_blank">WD 300 GB VelociRaptor hard disk</a> or <a href="http://www.ifixit.com/Apple-Parts/12-7-mm-Optical-Bay-SATA-Hard-Drive-Enclosure/IF107-079"  target="_blank">iFixit dual-500 GB kit</a>: $250</p>
<p>Running total: $1,065</p></blockquote>
<h3 class="post-subhead">Conclusion</h3>
<p>So there you have it! For just over $1,000, you can have <strong>the baddest Apple Mac Mini possible</strong>. But for quite a bit less, I suspect that a 2.0 GHz/4 GB/7200 rpm disk combo would be nearly as fast.</p>
<p>One more thing: If you decide to use RAID-0 on your internal drives, <strong>you must use Time Machine to protect your data</strong>! A stripe set of disk drives poorly mounted in a tiny chassis without a properly-engineered cooling or power system is a recipe for disaster. Your disks will fail, and your data will be lost!<br />
<blockquote>Note: Some of these links include affiliate codes that help pay for this blog. For example, <a href="http://www.amazon.com/gp/product/B002Y27P3M?ie=UTF8&tag=packrat-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002Y27P3M" target="_blank">buying an Amazon Kindle with this link</a> sends a few bucks my way! But I don't write this blog to make money, and am happy to link to sites and stores that don't pay anything. I like Amazon and buy tons from them, but you're free to buy whatever and wherever you want.</blockquote></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/10/20/mac-mini-server/"  rel="bookmark" class="crp_title">Mac Mini: Apple&#8217;s Inexpensive Server</a></li><li><a href="http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/"  rel="bookmark" class="crp_title">Upgrades Give New Mac Mini a Whole New Attitude</a></li><li><a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/"  rel="bookmark" class="crp_title">Got Excess Money? Upgrade Your 2009 Mac Mini RAM To 8 GB!</a></li><li><a href="http://blog.fosketts.net/2009/03/16/usb-ide-sata-adapter/"  rel="bookmark" class="crp_title">Handy Gadget: USB to IDE/SATA Adapter</a></li><li><a href="http://blog.fosketts.net/2009/03/10/mac-mini-diamond-rough/"  rel="bookmark" class="crp_title">New Mac Mini Is A Diamond In The Rough</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/03/23/super-mac-mini/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/03/23/super-mac-mini/">How Far Can You Push a Mac Mini?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/03/23/super-mac-mini/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
	
		<series:name><![CDATA[Mac Mini]]></series:name>
	</item>
		<item>
		<title>Upgrades Give New Mac Mini a Whole New Attitude</title>
		<link>http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/</link>
		<comments>http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:54:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[HGSD]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[iStat]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[ZipZoomFly]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1558</guid>
		<description><![CDATA[It may seem odd to buy a computer intending to upgrade it right out of the box, but so it was with me when I snapped up a new 2009 Nvidia-powered Mac Mini. I had been waiting for Apple to update the aged Mini line, saving up my pennies, but the out-of-box specs for RAM and hard drive space were underwhelming.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1564" class="wp-caption alignright" style="width: 280px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/tortoise-and-hare.jpg" ><img class="size-medium wp-image-1564 " title="tortoise-and-hare" src="http://blog.fosketts.net/wp-content/uploads/2009/03/tortoise-and-hare-300x183.jpg" alt="The Tortoise and the Hare: Upgrading my new Mac Mini's hard drive and RAM made all the difference!" width="270" height="165" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The Tortoise and the Hare: Upgrading my new Mac Mini&#39;s hard drive and RAM made all the difference!</p></div>
<p>It may seem odd to buy a computer intending to upgrade it right out of the box, but so it was with me when <a href="http://blog.fosketts.net/2009/03/03/updated-mac-mini/"  target="_blank">I snapped up a new 2009 Nvidia-powered Mac Mini</a>. I had been waiting for Apple to update the aged Mini line, saving up my pennies, but the out-of-box specs for RAM and hard drive space were underwhelming.</p>
<p><span id="more-1558"></span></p>
<h3 class="post-subhead">Out-Of-Box Upgrade</h3>
<p>Unlike the old Mini, where the $799 model netted a SuperDrive as well as additional memory and disk, the new Mini&#8217;s $200 upmarket model was seriously overpriced. So I decided to pick up a base model and upgrade it myself right away.</p>
<p>Now that my upgrade is complete, I&#8217;m pleased to say that <strong>my Mac Mini is a whole new animal</strong>! Where <a href="http://blog.fosketts.net/2009/03/10/mac-mini-diamond-rough/"  target="_blank">the spec base Mini was sluggish</a>, exhausting its meager 1 GB of RAM and swapping to a crazy slow hard drive, my Mini is now snappy and quick. Launching iTunes (with 13,000 songs) took upwards of 30 seconds before, but the song list is now visible before the dock icon bounces twice!</p>
<p>Desktop computer performance is a product of four variables:</p>
<ol>
<li><strong>CPU</strong> speed</li>
<li><strong>RAM</strong> capacity</li>
<li><strong>Hard drive</strong> performance</li>
<li><strong>Graphics</strong> capabilities</li>
</ol>
<p>Other things matter a great deal, but <strong>only these four can be changed in a given system</strong>. In other words, although the chipset, memory speed, and system bus all have a massive impact on overall performance, you can&#8217;t swap these things out! The majority of computers are limited to upgrades in the four areas listed (CPU, RAM, hard drive, graphics), and <strong>each must be balanced for satisfying system performance</strong>.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/46492d43-133c-49a8-9d9c-eb9d635edd4e"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F46492d43-133c-49a8-9d9c-eb9d635edd4e&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>Apple designed the Mac Mini as an integrated unit, however, so the graphics and CPU are not upgradable. But these are the system&#8217;s strong suits: The Nvidia 9400M chipset gives solid graphics performance, matching or beating the integrated Nvidia 8600M GT graphics in my late-2007 MacBook Pro, and the Intel Core 2 Duo CPU is easily quick enough for general computing tasks. Frustratingly, <strong>Apple ships the Mac Mini with inadequate RAM and a very, very slow disk</strong>. So upgrading both is a sure-fire way to an excellent system!</p>
<h3 class="post-subhead">Good Memories</h3>
<blockquote><p><strong>Update</strong>: <a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/"  target="_blank">The 2009 Mac Minis can now accept 8 GB of RAM</a>!</p></blockquote>
<h3 class="post-subhead">Killer Storage</h3>
<p>The Nvidia chipset is up to date as far as RAM goes. <strong>The Mini uses fast 1,066 MHz DDR3-8500 memory</strong> and has two SO-DIMM slots. These chips are still hard to find in stores (Fry&#8217;s doesn&#8217;t carry them!) but they aren&#8217;t expensive. Thankfully, rather than filling up both slots with useless 512 MB parts, Apple uses a single 1 GB SO-DIMM in base Minis. I was lucky enough to find another Mini upgrader on Twitter who sent me his leftover RAM for the cost of shipping after taking his Mac all the way to 4 GB (thanks, Joe!) and I bet that most folks could do the same. Otherwise, <a href="http://eshop.macsales.com"  target="_blank">Other World Computing</a> sells <a href="http://eshop.macsales.com/shop/memory/Apple_Mac_mini/DDR3"  target="_blank">leftover 1 GB DDR3-8500 SO-DIMMs</a> from aluminum MacBooks and Mac Minis for just $12.95! They also have <a href="http://blog.macsales.com/621-upgrade-your-mac-mini-early-2009"  target="_blank">upgrade instructions</a>.</p>
<div id="attachment_1559" class="wp-caption aligncenter" style="width: 610px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-xbench-performance.png" ><img class="size-full wp-image-1559 " title="mac-mini-xbench-performance" src="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-xbench-performance.png" alt="The new Mac Mini performs well in CPU and RAM tests, but 1 GB is insufficient and upgrading to 2 GB gives a noticeable boost" width="600" height="598" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The new Mac Mini performs well in CPU and RAM tests, but 1 GB is insufficient and upgrading to 2 GB gives a noticeable boost</p></div>
<p>As of Friday, my Mini was rocking 2 GB of RAM, enough for general desktop computing. One side benefit of upgrading was graphics performance: The Mini will use 256 MB of system RAM as a frame buffer if at least 2 GB of RAM is installed, speeding up user interface windowing operations by about 20%, according to Xbench. Overall memory performance also improved with two SO-DIMMs installed, with streaming operations up by 20% to 25%.</p>
<h3 class="post-subhead">Driving It Home</h3>
<p>The Mini&#8217;s hard drive performance was especially disappointing. The stock 120 GB Hitachi TravelStar 5K320 was a special Apple OEM unit with a single platter and 8 MB of cache. Its slow 1.5 Gb SATA interface wasn&#8217;t the bottleneck, though &#8211; this drive just poked along, maxing out at about 35 MB/s in sequential operations. This compares favorably to previous-generation drives, but can&#8217;t hold a candle to the latest disk drive mechanisms. Apple&#8217;s upgrade option for the new Mac Mini is a 320 GB 2-platter version of this same drive. <span style="text-decoration: line-through;">I expect it will perform only slightly better than the 120 GB unit.</span> The stock 320 GB drive seems to perform much, much better than the 120 GB unit in sequential operations!</p>
<p>I decided to upgrade my Mini to a 7200 rpm high-performance drive, and my research led me to Hitachi&#8217;s 7k320 series. With just two platters, this 9.5 mm high drive unit remains slim enough for the Mini (or any laptop), and the power specs look great! Hitachi claims only a half-Watt difference between the 7k320 and miserly 5k320 in spin-up and negligible differences in most other operations. <a href="http://www.tomshardware.com/reviews/notebook-hard-drive,2006-17.html"  target="_blank">Comparison tests</a> showed that the Hitachi was a solid performer against competing offerings from Western Digital, Seagate, and Samsung, and ZipZoomFly listed the 320 GB drive for just $59 after rebate!</p>
<div id="attachment_1561" class="wp-caption aligncenter" style="width: 584px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-random-io.png" ><img class="size-full wp-image-1561" title="mac-mini-random-io" src="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-random-io.png" alt="The 7200 rpm Hitachi is up to twice as fast as the stock Mac Mini hard disk" width="574" height="324" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The 7200 rpm Hitachi is almost twice as fast as the stock Mac Mini hard disk in random I/O operation</p></div>
<p>I couldn&#8217;t be happier with the 7200 rpm Hitachi drive&#8217;s performance. It blows away the stock drive, delivering 32 MB/s in large random write operations, and even beats <a href="http://blog.fosketts.net/2008/06/25/upgraded-320-gb-in-a-macbook-pro/"  target="_blank">the solid 5400 rpm Western Digital Scorpio Blue drive I use in my MacBook Pro</a>.</p>
<div id="attachment_1562" class="wp-caption aligncenter" style="width: 577px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-sequential-io.png" ><img class="size-full wp-image-1562" title="mac-mini-sequential-io" src="http://blog.fosketts.net/wp-content/uploads/2009/03/mac-mini-sequential-io.png" alt="The 7200 rpm Hitachi is easily the fastest drive I've tested in sequential reads and writes" width="567" height="314" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The 7200 rpm Hitachi is easily the fastest drive I&#39;ve tested in sequential reads and writes</p></div>
<p>The new Hitachi blows everything else away in sequential operations, too. It delivers a solid 80 MB/s while reading and writing large files while the stock unit could barely reach 35 MB/s! These differences are magnified by the 7k320&#8242;s large 16 MB cache, which makes the most of its 3 Gb SATA interface.</p>
<p>Although it doesn&#8217;t have to conserve battery power like a laptop, <strong>heat is a major concern in a small computer like a Mac Mini</strong>, and disk drive power requirements translate directly into heat generation. It turns out that the Mini has such an excellent cooling system that I thought <a href="http://bjango.com/apps/istat/"  target="_blank">Bjango&#8217;s iStat Server</a> was broken: It almost always reported 1,500 rpm fan speed and 120-130° F temperatures. Under sustained load, the Mini&#8217;s fan never reached 2,000 rpm and no sensor reported greater than 150° F. <strong>The 7200 rpm Hitachi drive has had no impact on in-box temperature or noise levels</strong>.</p>
<h3 class="post-subhead">The Mac Mini: Transformed!</h3>
<p>Apple delivered a solidly-designed general-purpose desktop computer with the new 2009 Mac Mini, but crippled its performance with too little RAM and a too-slow hard drive. In short, <strong>Apple failed to balance the four key pillars of computer performance!</strong></p>
<p>The <a href="http://www.ifixit.com/Guide/Repair/Mac-mini-A1283-Terabyte-Drive/660/1"  target="_blank">relatively simple task</a> of upgrading the RAM and hard disk drive transforms the Mac Mini: In normal operations, <strong>the upgraded Mini is easily two or three times as responsive as the stock machine!</strong> My total cost (for the Mini, the RAM, and the hard drive) was $701. Apple&#8217;s $799 2 GB RAM/320 GB disk Mac Mini may look similar on paper, but it won&#8217;t touch mine in terms of disk performance. I could have gone all the way to 4 GB of RAM for less than the remaining $98 price difference.</p>
<p>One final word: Apple assured MacWorld that <a href="http://www.macworld.com/article/139336-2/2009/03/mac_mini_2009.html"  target="_blank">they will continue to honor their warranty</a> on upgraded machines as long as nothing is damaged in the process. The Mac Mini is not that difficult to work on, as long as you have proper tools. Use a static strap, be careful with internal the wires and connectors, and take your time. Once upgraded, the Mac Mini is a satisfying desktop or home server.</p>
<blockquote><p>Interested in building a home server with Apple&#8217;s Mac Mini? <a href="http://feeds.fosketts.net/StephenFoskettPackRat"  target="_blank">Watch my blog</a> over the coming months for detailed reports like this one covering setting up iTunes for whole-house audio, integrating Roku&#8217;s SoundBridge music systems, serving video to a TiVo, and configuring Mac OS X as a home server. I&#8217;ll also be experimenting with Microsoft&#8217;s Windows Home Server and VMware ESX on the new Mini!</p></blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/03/23/super-mac-mini/"  rel="bookmark" class="crp_title">How Far Can You Push a Mac Mini?</a></li><li><a href="http://blog.fosketts.net/2009/10/20/mac-mini-server/"  rel="bookmark" class="crp_title">Mac Mini: Apple&#8217;s Inexpensive Server</a></li><li><a href="http://blog.fosketts.net/2009/03/03/updated-mac-mini/"  rel="bookmark" class="crp_title">The New Mac Mini is Finally Here!</a></li><li><a href="http://blog.fosketts.net/2009/10/22/mac-mini-8gb-ram/"  rel="bookmark" class="crp_title">Got Excess Money? Upgrade Your 2009 Mac Mini RAM To 8 GB!</a></li><li><a href="http://blog.fosketts.net/2009/03/10/mac-mini-diamond-rough/"  rel="bookmark" class="crp_title">New Mac Mini Is A Diamond In The Rough</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/">Upgrades Give New Mac Mini a Whole New Attitude</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/03/17/upgrades-give-mac-mini-attitude/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<series:name><![CDATA[Mac Mini]]></series:name>
	</item>
	</channel>
</rss>

