<?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>Viral Sachde’s Blog &#187; FreeAgent Go</title>
	<atom:link href="http://viral.sachde.com/tag/freeagent-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://viral.sachde.com</link>
	<description>Some bits of my life</description>
	<lastBuildDate>Sat, 20 Mar 2010 06:03:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Seagate FreeAgent Go Portable drive Partition table issue in Linux</title>
		<link>http://viral.sachde.com/2010/01/03/seagate-freeagent-go-portable-drive-partition-table-issue-in-linux/</link>
		<comments>http://viral.sachde.com/2010/01/03/seagate-freeagent-go-portable-drive-partition-table-issue-in-linux/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:57:48 +0000</pubDate>
		<dc:creator>Viral</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FreeAgent Go]]></category>
		<category><![CDATA[Seagate]]></category>

		<guid isPermaLink="false">http://viral.sachde.com/?p=55</guid>
		<description><![CDATA[Recently, I purchased Seagate FreeAgent Go Portable Drive. I have Fedora 12 Linux on my system &#38; it turned out to be mess with partition table.



[user@localhost media]$ sudo sdparm -a /dev/sdb
/dev/sdb: Seagate   FreeAgent Go      0142
Power condition mode page:
&#62;&#62;&#62; warning: mode page seems malformed
The page number field should be [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I purchased <a href="http://www.seagate.com/www/en-us/products/external/freeagent/freeagent_go/" target="_blank">Seagate FreeAgent Go Portable Drive</a>. I have Fedora 12 Linux on my system &amp; it turned out to be mess with partition table.</p>
<table>
<td align=left>
<pre>
[user@localhost media]$ sudo <a href="http://linux.die.net/man/8/sdparm" target="_blank">sdparm</a> -a /dev/sdb
/dev/sdb: Seagate   FreeAgent Go      0142
Power condition mode page:
&gt;&gt;&gt; warning: mode page seems malformed
The page number field should be 0x1a, but is 0x00; try '--flexible'
SAT ATA Power condition mode page:
&gt;&gt;&gt; warning: mode page seems malformed
The page number field should be 0x1a, but is 0x00; try '--flexible'

[user@localhost media]$ sudo <a href="http://linux.die.net/man/8/fdisk" target="_blank">fdisk</a> /dev/sdb -l

Disk /dev/sdb: 500.1 GB, 500107860992 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa4b57300

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       60801   488384001    7  HPFS/NTFS
[viral@sachde media]$ sudo fdisk /dev/sdb1 -l

Disk /dev/sdb1: 500.1 GB, 500105217024 bytes
255 heads, 63 sectors/track, 60800 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x69205244

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1p1   ?       13578      119522   850995205   72  Unknown
Partition 1 does not end on cylinder boundary.
/dev/sdb1p2   ?       45382       79243   271987362   74  Unknown
Partition 2 does not end on cylinder boundary.
/dev/sdb1p3   ?       10499       10499           0   65  Novell Netware 386
Partition 3 does not end on cylinder boundary.
/dev/sdb1p4          167628      167631       25817+   0  Empty
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order
</pre>
</td>
</table>
<p>I went ahead &amp; formatted &amp; found it working well atleast with <a href="http://en.wikipedia.org/wiki/Ext4" target="_blank">Ext4 file system</a> <img src='http://viral.sachde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://viral.sachde.com/2010/01/03/seagate-freeagent-go-portable-drive-partition-table-issue-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
