<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Pragmatic Revelations &#187; asr</title>
	<atom:link href="http://adrianhoe.com/adrianhoe/tag/asr/feed/" rel="self" type="application/rss+xml" />
	<link>http://adrianhoe.com/adrianhoe</link>
	<description>The Eccentric Logic of An Eclectic Mind</description>
	<lastBuildDate>Sun, 06 May 2012 15:21:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<copyright>Copyright &#xA9; Pragmatic Revelations 2011 </copyright>
	<managingEditor>mailbox@adrianhoe.com (Pragmatic Revelations)</managingEditor>
	<webMaster>mailbox@adrianhoe.com (Pragmatic Revelations)</webMaster>
	<ttl>28000</ttl>
	<image>
		<url>http://adrianhoe.com/adrianhoe/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Pragmatic Revelations</title>
		<link>http://adrianhoe.com/adrianhoe</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>The Eccentric Logic of An Eclectic Mind</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Pragmatic Revelations</itunes:author>
	<itunes:owner>
		<itunes:name>Pragmatic Revelations</itunes:name>
		<itunes:email>mailbox@adrianhoe.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://adrianhoe.com/adrianhoe/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>HOWTO &#8211; Clone your Mac OS X hard drive</title>
		<link>http://adrianhoe.com/adrianhoe/2008/05/22/howto-clone-your-mac-os-x-hard-drive/</link>
		<comments>http://adrianhoe.com/adrianhoe/2008/05/22/howto-clone-your-mac-os-x-hard-drive/#comments</comments>
		<pubDate>Thu, 22 May 2008 04:16:49 +0000</pubDate>
		<dc:creator>Adrian Hoe</dc:creator>
				<category><![CDATA[Call Me a Geek]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[asr]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/?p=729</guid>
		<description><![CDATA[First of all, why do I need to clone the hard drive? Good question though. Here are a few possible answers: I have too much money to spend for a spare hard drive to clone my Mac hard drive. I want to have a bootable external hard drive, installing on an external USB hard drive [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, why do I need to clone the hard drive? Good question though. Here are a few possible answers:</p>
<ol>
<li>I have too much money to spend for a spare hard drive to clone my Mac hard drive.</li>
<li>I want to have a bootable external hard drive, installing on an external USB hard drive is not possible.</li>
<li>I want to upgrade my Mac&#8217;s hard drive, and I don&#8217;t want to do the installations and setup all over again</li>
</ol>
<p>Obviously number 3 is my answer. I acquired a bigger capacity hard drive to <a href="http://adrianhoe.com/adrianhoe/2008/04/25/time-machine/" target="_blank">upgrade</a> my current 120GB hard drive in my MacBook. After some Googling around, I found an answer.</p>
<p>There is an Apple utility program called Apple restore or <em>asr</em> located in <em>/usr/sbin</em>. Connect your external USB hard drive and format it using Disk Utility. Open the Terminal in Applications -&gt; Utilities. Type the following command line into the Terminal to copy your hard drive over your external drive.</p>
<pre><code>% sudo asr -source /Volumes/OSX BOOT VOLUME NAME/ -target /Volumes/TARGET VOLUME NAME/
</code></pre>
<p>Replace &#8220;OSX BOOT VOLUME NAME&#8221; and &#8220;TARGET VOLUME NAME&#8221; with actual volume names. <em>asr</em> will take quite some time to copy the contents of hard drive to external hard drive. Get a cuppa, pop in your iPod earphone and relax.</p>
<p>When <em>asr</em> completes the execution, it will print a message:</p>
<pre><code>asr: did not copy blessed information to target, which may have missing or out-of-date blessed folder information.
</code></pre>
<p>Then, <em>bless</em> your target drive with this:</p>
<pre><code>% sudo bless -folder /Volumes/TARGET VOLUME NAME/System/Library/CoreServices
</code></pre>
<p>Now, the hard drive is bootable. Restart your Mac and hold down &#8220;option&#8221; key. A screen will appear allowing to choose which volume to boot from.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianhoe.com/adrianhoe/2008/05/22/howto-clone-your-mac-os-x-hard-drive/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

