<?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>Jonathan Mills &#187; Mac OS X</title>
	<atom:link href="http://www.jonmills.org/category/all-things-macintosh/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonmills.org</link>
	<description>please, don't call it a blog</description>
	<lastBuildDate>Thu, 28 May 2009 04:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using RAID 10 on Mac OS X</title>
		<link>http://www.jonmills.org/2009/05/27/using-raid-10-on-mac-os-x/</link>
		<comments>http://www.jonmills.org/2009/05/27/using-raid-10-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:22:32 +0000</pubDate>
		<dc:creator>jonmills</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.jonmills.org/?p=179</guid>
		<description><![CDATA[Now that your raid set is hosed, feel free to experiment with new things.  Like a hybrid raid that uses a software RAID 0 to stripe across two hardware RAID 1 mirrors.
First, boot off your Mac OS X install DVD.  Open RAID Utility.  Use it to create two mirrors.  Something like [...]]]></description>
			<content:encoded><![CDATA[<p>Now that your raid set is hosed, feel free to experiment with new things.  Like a hybrid raid that uses a software RAID 0 to stripe across two hardware RAID 1 mirrors.</p>
<p>First, boot off your Mac OS X install DVD.  Open RAID Utility.  Use it to create two mirrors.  Something like this:</p>
<div style="text-align:center;"><img src="http://www.jonmills.org/wordpress/../uploads/2009/05/picture-1.png" alt="Picture 1.png" border="0" width="469" height="352" /></div>
<p>Then, open Disk Utility and play with its software raid features until you make it stripe across those two mirrored volumes you just set up.  Like this:</p>
<div style="text-align:center;"><img src="http://www.jonmills.org/wordpress/../uploads/2009/05/picture-2.png" alt="Picture 2.png" border="0" width="459" height="292" /></div>
<p>Now install Mac OS X on your new, hybrid, RAID 10, that can handle up to two disk failures (if they aren&#8217;t in the same mirror), and doesn&#8217;t become degraded in a disk failure scenario, and has very fast rebuild times.  win-win-win.</p>
<p>Now, to go out and buy a big external drive to run Time Machine with&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonmills.org/2009/05/27/using-raid-10-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEVER USE RAID 5.  EVER.</title>
		<link>http://www.jonmills.org/2009/05/27/never-use-raid-5-ever/</link>
		<comments>http://www.jonmills.org/2009/05/27/never-use-raid-5-ever/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:11:14 +0000</pubDate>
		<dc:creator>jonmills</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Mac Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.jonmills.org/?p=175</guid>
		<description><![CDATA[So, over a year ago I bought a Mac Pro with the Apple RAID Card.  I was really disappointed to find that it didn&#8217;t support RAID 10, which is a form of nested raid whereby a RAID 0 (a stripe) is laid across two or more RAID 1&#8217;s (disk mirrors).  Apple&#8217;s implementation allowed [...]]]></description>
			<content:encoded><![CDATA[<p>So, over a year ago I bought a Mac Pro with the Apple RAID Card.  I was really disappointed to find that it didn&#8217;t support RAID 10, which is a form of nested raid whereby a RAID 0 (a stripe) is laid across two or more RAID 1&#8217;s (disk mirrors).  Apple&#8217;s implementation allowed for RAID 0+1, which is the other way around:  a mirror of two stripe sets usually.  That is a much inferior setup, because if any single disk fails, then both disks in that striped pair are out &#8212; meaning half your mirror is down.  In a RAID 10, you can lose a disk without penalty.  You can even lose two disks as long as they aren&#8217;t on the same side of the stripe (i.e. aren&#8217;t both in the same mirrored pair) &#8212; again, without penalty.</p>
<p>In light of Apple&#8217;s foolish RAID 0+1 option on their raid card, I opted for RAID 5 instead.  Against my better judgement.  But with faith in Apple.  AND IT FAILED.  I lost one disk last week.  I promptly shut down my machine in an orderly fashion (because SATA isn&#8217;t hot-swappable; only SAS can do that in a Mac Pro).  I replaced the failed disk with an identical cold spare that I had on hand (holla).  I booted up, I started the RAID Utility program, I marked the new disk a hot spare, the Utility added it back into my raid set and began rebuilding the array, which, of course, was in a degraded state.  The rebuild finished &#8212; all lights were green &#8212; the RAID Utility told me that my RAID 5 set was &#8220;Viable (Good)&#8221;.  Viola!  Right?</p>
<p>Wrong.  I rebooted the machine and it never came back up!  I booted off the Mac OS X DVD and verified the volume in Disk Utility.  Fail.  Inaccurate record count.  Unable to mount the volume.  I re-open the RAID Utility and attempt a VERIFY procedure on the raid set.  Fail.  It won&#8217;t even start the routine.</p>
<p>In the end, I lost the entire 1.2 TB RAID 5, with about 600 gigs of my precious data on it.  I had backups of all the most recent things, but lost some music, and quite a lot of movies I&#8217;d ripped from NetFlix DVD&#8217;s and &#8212; because of their size mainly &#8212; hadn&#8217;t backed-up onto my too-small external drive.  Yeaaaah.  *sigh*</p>
<p>Thanks, Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonmills.org/2009/05/27/never-use-raid-5-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X needs built-in scanning</title>
		<link>http://www.jonmills.org/2008/11/14/mac-os-x-needs-built-in-scanning/</link>
		<comments>http://www.jonmills.org/2008/11/14/mac-os-x-needs-built-in-scanning/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 22:29:06 +0000</pubDate>
		<dc:creator>jonmills</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Software]]></category>

		<guid isPermaLink="false">http://www.jonmills.org/?p=128</guid>
		<description><![CDATA[Mac OS X should have built-in scanning software.  It should work with any scanner or all-in-one that you plug in.  Just like the built-in print drivers.  And a scanner control panel.
Right now the hodge-podge of proprietary apps and drivers from HP, or Canon, or what-have-you aren&#8217;t getting it done, and it&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OS X should have built-in scanning software.  It should work with any scanner or all-in-one that you plug in.  Just like the built-in print drivers.  And a scanner control panel.</p>
<p>Right now the hodge-podge of proprietary apps and drivers from HP, or Canon, or what-have-you aren&#8217;t getting it done, and it&#8217;s just a mess.  I have an HP PSC 2175 all-in-one.  This is a few years old, but still a wonderful device.  It actually came with an Apple I ordered level years ago.  I&#8217;ve never had a [mechanical] problem with it.</p>
<p>Now I can&#8217;t get OS X to scan with it, no way, no how.  HP hasn&#8217;t updated their software to make the scanner portion function with Leopard (but Leopard has built-in drivers for the printer side).  And the old drivers from Tiger were working until I updated to 10.5.4.  Haven&#8217;t been able to scan since.</p>
<p>I even used MacPorts to install Xsane and all its dependencies &#8212; it kernel panics my Mac every damn time I try to load it.  Something about the USB stack it really doesn&#8217;t like.</p>
<p>Anyway &#8212; that&#8217;s my rant.  Apple needs to work on scanning in OS X.  *sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonmills.org/2008/11/14/mac-os-x-needs-built-in-scanning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precipitate: Search Google Docs and Bookmarks from Spotlight</title>
		<link>http://www.jonmills.org/2008/07/09/precipitate-search-google-docs-and-bookmarks-from-spotlight/</link>
		<comments>http://www.jonmills.org/2008/07/09/precipitate-search-google-docs-and-bookmarks-from-spotlight/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:49:52 +0000</pubDate>
		<dc:creator>jonmills</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.jonmills.org/?p=60</guid>
		<description><![CDATA[Precipitate: search Google Docs and Bookmarks from Spotlight:
&#8220;Google&#8217;s Mac group has released Precipitate, a plugin which allows you to search Google Docs and Google Bookmarks from the same interface that you search you Mac. It works with both Spotlight and Google Desktop for Mac&#8230;.&#8221;
Via The Unofficial Apple Weblog (TUAW)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuaw.com/2008/07/09/precipitate-search-google-docs-and-bookmarks-from-spotlight/">Precipitate: search Google Docs and Bookmarks from Spotlight</a>:</p>
<p>&#8220;Google&#8217;s Mac group has released <a href="http://code.google.com/p/precipitate/">Precipitate</a>, a plugin which allows you to search Google Docs and Google Bookmarks from the same interface that you search you Mac. It works with both Spotlight and Google Desktop for Mac&#8230;.&#8221;<br /><img src="http://www.jonmills.org/wordpress/../uploads/2008/07/precipitate070808.jpg" alt="precipitate070808.jpg" border="0" width="225" height="84" /></p>
<p>Via <a href="http://www.tuaw.com">The Unofficial Apple Weblog (TUAW)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonmills.org/2008/07/09/precipitate-search-google-docs-and-bookmarks-from-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
