<?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"
	>
<channel>
	<title>Comments on: GPT Protective Partitions and Windows XP</title>
	<atom:link href="http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/</link>
	<description>Technology and Mac geekery. One part exuberance, two parts obsession.</description>
	<pubDate>Wed, 20 Aug 2008 11:23:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: IT</title>
		<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/#comment-141189</link>
		<dc:creator>IT</dc:creator>
		<pubDate>Thu, 07 Aug 2008 18:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2008/02/08/gpt-protected-partitions-and-windows-xp/#comment-141189</guid>
		<description>*** Having iPod Troubles? Or want cool ways to Tweak out your iPod? Check out http://www.iPodTweak.com for tons of neat iPod info that you didn't know!</description>
		<content:encoded><![CDATA[<p>*** Having iPod Troubles? Or want cool ways to Tweak out your iPod? Check out <a href="http://www.iPodTweak.com" rel="nofollow">http://www.iPodTweak.com</a> for tons of neat iPod info that you didn&#8217;t know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron B</title>
		<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/#comment-139486</link>
		<dc:creator>Ron B</dc:creator>
		<pubDate>Tue, 24 Jun 2008 20:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2008/02/08/gpt-protected-partitions-and-windows-xp/#comment-139486</guid>
		<description>A drive I was using with FreeNas was also showing itself as GPT. The comment made by Fly enabled me to format the driver under Windows XP. Great!!</description>
		<content:encoded><![CDATA[<p>A drive I was using with FreeNas was also showing itself as GPT. The comment made by Fly enabled me to format the driver under Windows XP. Great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damino</title>
		<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/#comment-138249</link>
		<dc:creator>Damino</dc:creator>
		<pubDate>Thu, 12 Jun 2008 00:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2008/02/08/gpt-protected-partitions-and-windows-xp/#comment-138249</guid>
		<description>DiskPart in cmd worked a treat for me, thanks Fly! Lots of long frustrated hours have finally come to a winning conclusion! ^_^</description>
		<content:encoded><![CDATA[<p>DiskPart in cmd worked a treat for me, thanks Fly! Lots of long frustrated hours have finally come to a winning conclusion! ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fly</title>
		<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/#comment-137970</link>
		<dc:creator>Fly</dc:creator>
		<pubDate>Thu, 29 May 2008 02:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2008/02/08/gpt-protected-partitions-and-windows-xp/#comment-137970</guid>
		<description>Or use the 'DiskPart' tool on the XP command line:

use 'list disk' to find the volume number of the GPT volume, then use 'select' to focus on it

then use the 'clean' function and then exit the tool
***WARNING*** ALL DATA WILL BE LOST ***WARNING***


now you can create a new partion and format it.</description>
		<content:encoded><![CDATA[<p>Or use the &#8216;DiskPart&#8217; tool on the XP command line:</p>
<p>use &#8216;list disk&#8217; to find the volume number of the GPT volume, then use &#8217;select&#8217; to focus on it</p>
<p>then use the &#8216;clean&#8217; function and then exit the tool<br />
***WARNING*** ALL DATA WILL BE LOST ***WARNING***</p>
<p>now you can create a new partion and format it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Bedell</title>
		<link>http://www.command-tab.com/2008/02/08/gpt-protective-partitions-and-windows-xp/#comment-134956</link>
		<dc:creator>Zachary Bedell</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2008/02/08/gpt-protected-partitions-and-windows-xp/#comment-134956</guid>
		<description>Or if you prefer, Linux boot CD to the rescue.  Boot up, and at the prompt:

dd if=/dev/zero of=/dev/[DRIVE_DEVICE_HERE] bs=1k count=2

That will zero out the first 2KB of the drive.  After that, any tool will see it as completely unformatted, and you can do what you like with it.

Replace [DRIVE_DEVICE_HERE] with the appropriate Linux device node for the drive you want to erase.  SATA drives are sda, sdb, sdc, etc. depending on which port they're plugged into.  PATA's go hda, hdb for primary master/slave; hdc hdd for secondary master/slave.</description>
		<content:encoded><![CDATA[<p>Or if you prefer, Linux boot CD to the rescue.  Boot up, and at the prompt:</p>
<p>dd if=/dev/zero of=/dev/[DRIVE_DEVICE_HERE] bs=1k count=2</p>
<p>That will zero out the first 2KB of the drive.  After that, any tool will see it as completely unformatted, and you can do what you like with it.</p>
<p>Replace [DRIVE_DEVICE_HERE] with the appropriate Linux device node for the drive you want to erase.  SATA drives are sda, sdb, sdc, etc. depending on which port they&#8217;re plugged into.  PATA&#8217;s go hda, hdb for primary master/slave; hdc hdd for secondary master/slave.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
