<?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: Logic Board replacement and Time Machine</title>
	<atom:link href="http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/</link>
	<description>Life as a BuzaMoto Employee</description>
	<lastBuildDate>Mon, 30 May 2011 15:48:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mcg</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-1471</link>
		<dc:creator>mcg</dc:creator>
		<pubDate>Fri, 15 Oct 2010 21:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-1471</guid>
		<description>Hey folks,
I&#039;ve successfully used this trick in the past. I needed to do so again today---or so I thought---so I found your web site via Google. Well, it turns out that Snow Leopard has apparently fixed this issue for us! If it detects that the Time Machine volume was used on a different computer, it will ask if you want to re-use it (yes, you do!) or create a new one.</description>
		<content:encoded><![CDATA[<p>Hey folks,<br />
I&#8217;ve successfully used this trick in the past. I needed to do so again today&#8212;or so I thought&#8212;so I found your web site via Google. Well, it turns out that Snow Leopard has apparently fixed this issue for us! If it detects that the Time Machine volume was used on a different computer, it will ask if you want to re-use it (yes, you do!) or create a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-1335</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-1335</guid>
		<description>Thanks, this worked for me. One note, however, instead of &quot;My Computer&quot; which shows up on my desktop as &quot;Macintosh HD&quot; Time Machine uses my username &quot;Kyle XXXXXX (MBP17)&quot;. Other folks might have figured this out no problem, but just a heads up.

Kyle.</description>
		<content:encoded><![CDATA[<p>Thanks, this worked for me. One note, however, instead of &#8220;My Computer&#8221; which shows up on my desktop as &#8220;Macintosh HD&#8221; Time Machine uses my username &#8220;Kyle XXXXXX (MBP17)&#8221;. Other folks might have figured this out no problem, but just a heads up.</p>
<p>Kyle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mud</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-710</link>
		<dc:creator>mud</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-710</guid>
		<description>@john

You&#039;re right. Updated the post. Thanks!

-Tak.</description>
		<content:encoded><![CDATA[<p>@john</p>
<p>You&#8217;re right. Updated the post. Thanks!</p>
<p>-Tak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Grant</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-709</link>
		<dc:creator>John Grant</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-709</guid>
		<description>Hi Guys,

A couple of comments.

One try using tab key to auto-hint/auto-resolve your paths, also in terminal you can not use names with spaces for paths, so either comment out spaces with \ or enclose the whole path in quotation marks:

eg.1: foobar$ cd /Volumes/My\ Backup\ Drive/Backups.backupdb/

eg.2: foobar$ cd &quot;/Volumes/My Backup Drive/Backups.backupdb/&quot;

Also there is a mistake in the above instructions. At **

$ sudo fsaclctl -p /Volumes/NameOfTMDrive -d
$ cd /Volumes/NameOfTMDrive
$ sudo mv .aabbccddeeff .001122334455

** Change to the Backups.backupdb folder first or include the whole path in the next command.

$ sudo xattr -w com.apple.backupd.BackupMachineAddress 00:11:22:33:44:55 &quot;My Computer&quot;
$ sudo fsaclctl -p /Volumes/NameOfTMDrive -e

Great article otherwise BuzaMoto!

John.</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>A couple of comments.</p>
<p>One try using tab key to auto-hint/auto-resolve your paths, also in terminal you can not use names with spaces for paths, so either comment out spaces with \ or enclose the whole path in quotation marks:</p>
<p>eg.1: foobar$ cd /Volumes/My\ Backup\ Drive/Backups.backupdb/</p>
<p>eg.2: foobar$ cd &#8220;/Volumes/My Backup Drive/Backups.backupdb/&#8221;</p>
<p>Also there is a mistake in the above instructions. At **</p>
<p>$ sudo fsaclctl -p /Volumes/NameOfTMDrive -d<br />
$ cd /Volumes/NameOfTMDrive<br />
$ sudo mv .aabbccddeeff .001122334455</p>
<p>** Change to the Backups.backupdb folder first or include the whole path in the next command.</p>
<p>$ sudo xattr -w com.apple.backupd.BackupMachineAddress 00:11:22:33:44:55 &#8220;My Computer&#8221;<br />
$ sudo fsaclctl -p /Volumes/NameOfTMDrive -e</p>
<p>Great article otherwise BuzaMoto!</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachit</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-679</link>
		<dc:creator>Sachit</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-679</guid>
		<description>I get the following output, nothing with the old MAC address:

drwxr-xr-x  8 Sachit  staff   476 Dec 21  2008 .
drwxrwxrwt@ 6 root    admin   204 Jan 12 20:40 ..
-rw-r--r--@ 1 Sachit  staff  6148 Jan 12 19:55 .DS_Store
drwx------  3 root    staff   102 Apr  8  2008 .Spotlight-V100
drwxrwxrwt@ 3 Sachit  staff   102 Apr 17  2008 .TemporaryItems
d-wx-wx-wt  3 Sachit  staff   102 Jan 12 20:40 .Trashes
-rw-r--r--  1 root    staff     0 Apr  8  2008 .com.apple.timemachine.supported
drwx------  2 Sachit  staff  4522 Jan 12 20:40 .fseventsd
drwxr-xr-x  3 root    staff   102 Apr  8  2008 Backups.backupdb
drwxrwxrwt  3 root    admin   238 Jan 12 19:58 lost+found

btw you can also get the old mac address from the sparsebundle image name in the end
old one was 001f5bf1441c and new one is 001ec2c1adde

any help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>I get the following output, nothing with the old MAC address:</p>
<p>drwxr-xr-x  8 Sachit  staff   476 Dec 21  2008 .<br />
drwxrwxrwt@ 6 root    admin   204 Jan 12 20:40 ..<br />
-rw-r&#8211;r&#8211;@ 1 Sachit  staff  6148 Jan 12 19:55 .DS_Store<br />
drwx&#8212;&#8212;  3 root    staff   102 Apr  8  2008 .Spotlight-V100<br />
drwxrwxrwt@ 3 Sachit  staff   102 Apr 17  2008 .TemporaryItems<br />
d-wx-wx-wt  3 Sachit  staff   102 Jan 12 20:40 .Trashes<br />
-rw-r&#8211;r&#8211;  1 root    staff     0 Apr  8  2008 .com.apple.timemachine.supported<br />
drwx&#8212;&#8212;  2 Sachit  staff  4522 Jan 12 20:40 .fseventsd<br />
drwxr-xr-x  3 root    staff   102 Apr  8  2008 Backups.backupdb<br />
drwxrwxrwt  3 root    admin   238 Jan 12 19:58 lost+found</p>
<p>btw you can also get the old mac address from the sparsebundle image name in the end<br />
old one was 001f5bf1441c and new one is 001ec2c1adde</p>
<p>any help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-677</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Tue, 15 Dec 2009 06:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-677</guid>
		<description>Thanks for the writeup.  I was able to get it to work, with a minor change.  (For those having problems with spaces in path names - double quote the whole path or backslash each of the spaces.)  In my case it would not recognize my computer name, even if I cut and pasted it from the filesystem into double quotes.  However, I was able to simply wildcard the computer name with an asterisk (*), and since I only have one system name in the folder, it worked.  I did need to cd back into the Backups.backupdb folder before the 2nd-to-last step, and wildcard it there as well.

But I now have a working Time Machine again, it did not need to back up the whole system (the &quot;preparing&quot; finished after about 10-12 minutes), and I can browse through 18 months worth of previous backups.</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup.  I was able to get it to work, with a minor change.  (For those having problems with spaces in path names &#8211; double quote the whole path or backslash each of the spaces.)  In my case it would not recognize my computer name, even if I cut and pasted it from the filesystem into double quotes.  However, I was able to simply wildcard the computer name with an asterisk (*), and since I only have one system name in the folder, it worked.  I did need to cd back into the Backups.backupdb folder before the 2nd-to-last step, and wildcard it there as well.</p>
<p>But I now have a working Time Machine again, it did not need to back up the whole system (the &#8220;preparing&#8221; finished after about 10-12 minutes), and I can browse through 18 months worth of previous backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-188</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 07 Aug 2009 01:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-188</guid>
		<description>Cheers for your efforts but I can&#039;t get passed the first step :S

cd /Volumes/NameOfTMDrive/Backups.backupdb
for me is:
cd /Volumes/Backup HD/Backups.backupdb

I enter this into terminal and get &#039;no such file or directory&#039; in response :(
I&#039;ve got the external hard drive attached and can&#039;t think of any stupid mistakes i&#039;m making.

Any help?</description>
		<content:encoded><![CDATA[<p>Cheers for your efforts but I can&#8217;t get passed the first step :S</p>
<p>cd /Volumes/NameOfTMDrive/Backups.backupdb<br />
for me is:<br />
cd /Volumes/Backup HD/Backups.backupdb</p>
<p>I enter this into terminal and get &#8216;no such file or directory&#8217; in response <img src='http://blog.buzamoto.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I&#8217;ve got the external hard drive attached and can&#8217;t think of any stupid mistakes i&#8217;m making.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mud</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-187</link>
		<dc:creator>mud</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-187</guid>
		<description>Something might have changed with how Timemachine keeps track of volumes, but you should still be able to see your old MAC address by:

&lt;code&gt;
cd /Volumes/NameOfTMDrive
ls -la
&lt;/code&gt;

The file that looks like .XXXXXXXXXXXXXX (eg. .1a2b3c4d5e6f) will imply that your MAC address is 1a::2b::3c::4d::5e::6f</description>
		<content:encoded><![CDATA[<p>Something might have changed with how Timemachine keeps track of volumes, but you should still be able to see your old MAC address by:</p>
<p><code><br />
cd /Volumes/NameOfTMDrive<br />
ls -la<br />
</code></p>
<p>The file that looks like .XXXXXXXXXXXXXX (eg. .1a2b3c4d5e6f) will imply that your MAC address is 1a::2b::3c::4d::5e::6f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-186</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-186</guid>
		<description>Okay, so I&#039;ve tried many variants of this and cannot get it to &quot;spit out&quot; my old MAC address.  One concern I have is that I have two computers backed up to this hard drive.  Perhaps I need to change the syntax to get it to show me the one I want...?  Right now, the xattr -p com.apple.backupd.BackupMachineAddress command just returns the $ cursor.  Help!</description>
		<content:encoded><![CDATA[<p>Okay, so I&#8217;ve tried many variants of this and cannot get it to &#8220;spit out&#8221; my old MAC address.  One concern I have is that I have two computers backed up to this hard drive.  Perhaps I need to change the syntax to get it to show me the one I want&#8230;?  Right now, the xattr -p com.apple.backupd.BackupMachineAddress command just returns the $ cursor.  Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.buzamoto.com/2009/03/30/logic-board-replacement-and-time-machine/comment-page-1/#comment-159</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 17 Apr 2009 10:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buzamoto.com/?p=115#comment-159</guid>
		<description>Hi - just got my MBP back, also with a new logic board, and have the same issue. however i&#039;m stuck on the first step. i can cd to the backupdb just fine but when i try to run:

$ xattr -p com.apple.backupd.BackupMachineAddress

nothing happens. i should be seeing the mac address, right? 

Any ideas?

Thanks in advance!
n</description>
		<content:encoded><![CDATA[<p>Hi &#8211; just got my MBP back, also with a new logic board, and have the same issue. however i&#8217;m stuck on the first step. i can cd to the backupdb just fine but when i try to run:</p>
<p>$ xattr -p com.apple.backupd.BackupMachineAddress</p>
<p>nothing happens. i should be seeing the mac address, right? </p>
<p>Any ideas?</p>
<p>Thanks in advance!<br />
n</p>
]]></content:encoded>
	</item>
</channel>
</rss>

