<?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>Etherplex &#187; Mac</title>
	<atom:link href="http://etherplex.org/archives/category/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://etherplex.org</link>
	<description>Rick Dillon&#039;s home on the net...</description>
	<lastBuildDate>Sat, 14 Aug 2010 07:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Macbook failure</title>
		<link>http://etherplex.org/archives/47</link>
		<comments>http://etherplex.org/archives/47#comments</comments>
		<pubDate>Mon, 13 Oct 2008 06:24:35 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://etherplex.org/?p=47</guid>
		<description><![CDATA[My Macbook (13&#8243;, purchased May &#8217;07) just ceased to boot (black screen on startup).  Tried all the standard tricks, no luck.  Took it in to the Apple store and they tested and declared that one of the memory (RAM) slots had failed, but it would boot if I removed the RAM from that slot.  They [...]]]></description>
			<content:encoded><![CDATA[<p>My Macbook (13&#8243;, purchased May &#8217;07) just ceased to boot (black screen on startup).  Tried all the standard tricks, no luck.  Took it in to the Apple store and they tested and declared that one of the memory (RAM) slots had failed, but it would boot if I removed the RAM from that slot.  They said the flat rate for repair (regardless of problem) is $280.  I&#8217;m opting to replace the RAM in the remaining slot with a new stick that has twice the capacity (1x1GB vs. 2x512MB) instead, sacrificing half my RAM bandwidth for $250 (the RAM cost $30).  New Macbook soon?</p>
]]></content:encoded>
			<wfw:commentRss>http://etherplex.org/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Bootable Clones with Free Tools</title>
		<link>http://etherplex.org/archives/23</link>
		<comments>http://etherplex.org/archives/23#comments</comments>
		<pubDate>Sun, 04 May 2008 12:29:41 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://etherplex.org/blog/?p=23</guid>
		<description><![CDATA[In the last post, I use the excellent SuperDuper! tool to make abootable clone of my hard drive. There are some (more advanced)techniques that can be used that allow bootable clones to be createdon the command line using free tools. I had some trouble gettingclones to work on the command line, but finally worked through [...]]]></description>
			<content:encoded><![CDATA[<p>In the last post, I use the excellent SuperDuper! tool to make a<br />bootable clone of my hard drive.  There are some (more advanced)<br />techniques that can be used that allow bootable clones to be created<br />on the command line using free tools.  I had some trouble getting<br />clones to work on the command line, but finally worked through the<br />problems using the technique described below.  Most all of this<br />information is in <a href="http://www.bombich.com/mactips/image.html">Bombich Software&#8217;s guide</a>.
<ul>
<li>Use Disk Utility to set the drive to use a GUID partition table</li>
</ul>
<p>Macs can boot without this being the case, but since the internal disk<br />uses this kind of a partition table, it&#8217;s good to have your clone use<br />the same setup.  I&#8217;m pretty sure this isn&#8217;t necessary, but it worked for<br />me as I was trying to solve some issues with the clones working.
<ul>
<li>Ensure the volume&#8217;s &#8220;Ignore Ownership on this volume&#8221; is *not* checked</li>
</ul>
<p>By default, external drives will set this option when OS X formats<br />them.  This will ruin the clone, as the system will not boot if files<br />are set to a UID of 99.  So, immediately after formatting your drive,<br />right click on it and open the &#8220;Get Info&#8221; option.  At the bottom of<br />that panel, *uncheck* the option that says &#8220;Ignore Ownership on this<br />volume&#8221;.  This will allow the copy you are going to make to boot.
<ul>
<li>Clone with a command like asr, ditto, rsync, etc.</li>
</ul>
<p>I used ditto successfully:</p>
<p><font face="Courier New">sudo ditto -X / /Volumes/Clone</font></p>
<p>For incremental backups, rsync can be used as is described on <a target="_blank" href="http://www.bombich.com/mactips/image.html">Bombich Software&#8217;s guide</a> to backups:</p>
<p><font face="Courier New">sudo rsync -xrlptgoEv &#8211;progress &#8211;delete / /Volumes/Clone</font>
<ul>
<li>When booting, get diagnostic information with Command-V</li>
</ul>
<p>During the first boot from the clone, you can hold down Command-V as<br />the system boots to get more information about the boot process. If<br />something goes wrong, at least you&#8217;ll have some error messages you can<br />use as a basis for a search on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://etherplex.org/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added Disk Clone &amp; Upgrade Tutorial Video for Macbook</title>
		<link>http://etherplex.org/archives/21</link>
		<comments>http://etherplex.org/archives/21#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:20:49 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://etherplex.org/blog/?p=21</guid>
		<description><![CDATA[The Macbook I bought back in May of 2007 has been getting a bit long in the tooth. Shortly after I bought it, I upgraded the RAM to 2 GB, so the memory and the processor have been holding up just fine for me, as I mainly program and use VMWare (not much gaming). But, [...]]]></description>
			<content:encoded><![CDATA[<p>The Macbook I bought back in May of 2007 has been getting a bit long in the tooth.  Shortly after I bought it, I upgraded the RAM to 2 GB, so the memory and the processor have been holding up just fine for me, as I mainly program and use VMWare (not much gaming).  But, after a while, the 70 GB hard drive starts to feel a bit cramped, as the Macbook is my main machine.  I&#8217;ve mitigated the problem by buying various external drives, but nothing can replace a nicely sized internal disk.</p>
<p>So it was time for a disk upgrade.  It turns out that upgrading the disk with command line tools (as was my original intention) like asr, rsync, or ditto copies the files intact, but won&#8217;t make the disk bootable unless the root file system is mounted read-only.  I can get my Mac into single-user mode, but, coming from Linux, I&#8217;m not sure how to remount the root filesystem read-only on the BSD-based OS X.  Plus, I can&#8217;t use my screen capture utility in single-user mode.</p>
<p>So, I ended up researching other tools, like CCC and SuperDuper!  SuperDuper! seemed to fit the bill, so that is what I made the video with, but I&#8217;d be very interested to see what people&#8217;s experiences have been with CCC and/or command line tools making bootable clones for use in an upgrade.  Anyway, the video is now posted on YouTube:</p>
<div class="youtube-video"><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/kp47AQinUM8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/kp47AQinUM8" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p>Macbook Hard Disk Clone &amp;amp; Upgrade</p>
]]></content:encoded>
			<wfw:commentRss>http://etherplex.org/archives/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
