<?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: Problems with Seagate FreeAgent Go extrernal USB drive</title>
	<atom:link href="http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/</link>
	<description>linux + ruby on rails = love</description>
	<lastBuildDate>Wed, 01 Sep 2010 07:55:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-272</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Thu, 21 Jan 2010 08:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-272</guid>
		<description>hi,

Finally my Ext HD is working normally. But I don&#039;t use the step above. The Seagate FreeAgent is set up the STAND BY Mode by 1. I have to change it to 0 value with command :
#sdparm --clear STANDBY -6 /dev/sd?

And for checking it has been changed, use command :

#sdparm -a /dev/sd?

Ok thanks cherpec.....</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Finally my Ext HD is working normally. But I don&#8217;t use the step above. The Seagate FreeAgent is set up the STAND BY Mode by 1. I have to change it to 0 value with command :<br />
#sdparm &#8211;clear STANDBY -6 /dev/sd?</p>
<p>And for checking it has been changed, use command :</p>
<p>#sdparm -a /dev/sd?</p>
<p>Ok thanks cherpec&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-269</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-269</guid>
		<description>OK I have put /scripts/usbhdfix permission to executable.

I&#039;ll report to you again for the result. Thanks</description>
		<content:encoded><![CDATA[<p>OK I have put /scripts/usbhdfix permission to executable.</p>
<p>I&#8217;ll report to you again for the result. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-268</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-268</guid>
		<description>ok This is my /scripts/usbhdfix file


#!/bin/bash

# USB FIX:
# http://ubuntuforums.org/showthread.php?t=494673

echo 1024 &gt; /sys/block/sdd/device/max_sectors
echo 1 &gt; /sys/block/sdd/device/scsi_disk:*/allow_restart


I have replace the sdd as your sugestion. What about the permission ? I have :
1. /scripts/usbhdfix  = 644
2. /etc/udev/rules.d/85-usb-hd-fix.rules = 644

should I change the permition ? Many thanks</description>
		<content:encoded><![CDATA[<p>ok This is my /scripts/usbhdfix file</p>
<p>#!/bin/bash</p>
<p># USB FIX:<br />
# <a href="http://ubuntuforums.org/showthread.php?t=494673" rel="nofollow">http://ubuntuforums.org/showthread.php?t=494673</a></p>
<p>echo 1024 &gt; /sys/block/sdd/device/max_sectors<br />
echo 1 &gt; /sys/block/sdd/device/scsi_disk:*/allow_restart</p>
<p>I have replace the sdd as your sugestion. What about the permission ? I have :<br />
1. /scripts/usbhdfix  = 644<br />
2. /etc/udev/rules.d/85-usb-hd-fix.rules = 644</p>
<p>should I change the permition ? Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitalie Cherpec</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-267</link>
		<dc:creator>Vitalie Cherpec</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-267</guid>
		<description>Check that you have execution bit on /scripts/usbhdfix.
You can try to execute script from command line:

# replace sdX with drive&#039;s device name
/scripts/usbhdfix sdX 

# verify 
cat /sys/block/sdX/device/max_sectors
cat /sys/block/sdX/device/scsi_disk:*/allow_restart</description>
		<content:encoded><![CDATA[<p>Check that you have execution bit on /scripts/usbhdfix.<br />
You can try to execute script from command line:</p>
<p># replace sdX with drive&#8217;s device name<br />
/scripts/usbhdfix sdX </p>
<p># verify<br />
cat /sys/block/sdX/device/max_sectors<br />
cat /sys/block/sdX/device/scsi_disk:*/allow_restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-266</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-266</guid>
		<description>Helo Cherpec,

Day 1st, it still failed to spin. The Ext HD was stop working again. Hmmm....  I wrote the script like this :

For file /etc/udev/rules.d/85-usb-hd-fix.rules :

BUS==&quot;scsi&quot;, KERNEL==&quot;sdd&quot;, SYSFS{vendor}==&quot;Seagate&quot;, SYSFS{model}==&quot;FreeAgent Go&quot;, RUN+=&quot;/scripts/usbhdfix %k&quot;


Is that correct ? should I change the permission for that file and the other file ? please advice and thanks</description>
		<content:encoded><![CDATA[<p>Helo Cherpec,</p>
<p>Day 1st, it still failed to spin. The Ext HD was stop working again. Hmmm&#8230;.  I wrote the script like this :</p>
<p>For file /etc/udev/rules.d/85-usb-hd-fix.rules :</p>
<p>BUS==&#8221;scsi&#8221;, KERNEL==&#8221;sdd&#8221;, SYSFS{vendor}==&#8221;Seagate&#8221;, SYSFS{model}==&#8221;FreeAgent Go&#8221;, RUN+=&#8221;/scripts/usbhdfix %k&#8221;</p>
<p>Is that correct ? should I change the permission for that file and the other file ? please advice and thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-265</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-265</guid>
		<description>Owh I See.... ok I will try it to my external HD then.... I will update the result later....Thank you.</description>
		<content:encoded><![CDATA[<p>Owh I See&#8230;. ok I will try it to my external HD then&#8230;. I will update the result later&#8230;.Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitalie Cherpec</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-264</link>
		<dc:creator>Vitalie Cherpec</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-264</guid>
		<description>You should go with &#039;sd?&#039; as it will match all  &#039;sd&#039; prefixed devices (&#039;sda&#039;, &#039;sdb&#039; ...).</description>
		<content:encoded><![CDATA[<p>You should go with &#8217;sd?&#8217; as it will match all  &#8217;sd&#8217; prefixed devices (&#8217;sda&#8217;, &#8217;sdb&#8217; &#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwi Nugrohoe</title>
		<link>http://www.cherpec.com/2009/10/problems-with-seagate-freeagent-go-extrernal-usb-drive/comment-page-1/#comment-263</link>
		<dc:creator>Dwi Nugrohoe</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=413#comment-263</guid>
		<description>Hi Silver,

I have same problem with you on my 2 of seagate external drives. What I am asking is on the line : 
kernel==&quot;sd?&quot;, should I replace the line of &quot;sd?&quot; with the real drive partition ? or just let it be ? 

On my case, my Ext HD read as sdb1. Should I replace it to kernel==&quot;sdb&quot; or something ?

Thank you for your advice.</description>
		<content:encoded><![CDATA[<p>Hi Silver,</p>
<p>I have same problem with you on my 2 of seagate external drives. What I am asking is on the line :<br />
kernel==&#8221;sd?&#8221;, should I replace the line of &#8220;sd?&#8221; with the real drive partition ? or just let it be ? </p>
<p>On my case, my Ext HD read as sdb1. Should I replace it to kernel==&#8221;sdb&#8221; or something ?</p>
<p>Thank you for your advice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
