<?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: Clicking Sound of Hard Drive on Dell Notebook</title>
	<atom:link href="http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/</link>
	<description>A place for opinions and notes of a valibuk.</description>
	<pubDate>Fri, 18 May 2012 06:58:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-97226</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-97226</guid>
		<description>hi, uffff.. I am sorry, this howto is only for Linux (or Linux distributions like Gentoo, Ubuntu, Fedora, etc.)

In Windows Vista I would set it in this way:
1. go to:
Control Panel -&#62; Hardware and Sound -&#62; Power Options

2. for your actual power plan:
Change Plan Settings -&#62; Change advanced power settings

3. a dialog appears where:
Hard disk -&#62; Turn off hard disk after

and set a higher value, that is your hard drive will be turned off after a longer time.</description>
		<content:encoded><![CDATA[<p>hi, uffff.. I am sorry, this howto is only for Linux (or Linux distributions like Gentoo, Ubuntu, Fedora, etc.)</p>
<p>In Windows Vista I would set it in this way:<br />
1. go to:<br />
Control Panel -&gt; Hardware and Sound -&gt; Power Options</p>
<p>2. for your actual power plan:<br />
Change Plan Settings -&gt; Change advanced power settings</p>
<p>3. a dialog appears where:<br />
Hard disk -&gt; Turn off hard disk after</p>
<p>and set a higher value, that is your hard drive will be turned off after a longer time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annoying Click</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-91670</link>
		<dc:creator>Annoying Click</dc:creator>
		<pubDate>Thu, 16 Oct 2008 14:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-91670</guid>
		<description>Hi, I am still not following how to do this. I have a dell XPS m1530 laptop, and I have the annoying click sound as well. It is running windows vista. 

If anyone can explain this as simply as possible it would be great. I have tried running those commands but it will not open anythuing. Am i supposed to do this at the command prompt?</description>
		<content:encoded><![CDATA[<p>Hi, I am still not following how to do this. I have a dell XPS m1530 laptop, and I have the annoying click sound as well. It is running windows vista. </p>
<p>If anyone can explain this as simply as possible it would be great. I have tried running those commands but it will not open anythuing. Am i supposed to do this at the command prompt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-81840</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-81840</guid>
		<description>&lt;b&gt;@Nick&lt;/b&gt;
hi,
thank you very much for your response - exactly, that is the correct answer.

to make it permanent on ubuntu, i would modify the &lt;code&gt;/etc/hdparm.conf&lt;/code&gt; file -- check the end of the file, there are some samples.

i would add/modify this:
&lt;pre&gt;
/dev/sda {
       apm = 255
}
&lt;/pre&gt;

or (does the same)

&lt;pre&gt;
command_line {
       hdparm -B 255 /dev/sda
}
&lt;/pre&gt;

to make it permanent on different linux distos, please, check your distro documentation about the hdparm configuration.


&lt;b&gt;@Curtis and Eric&lt;/b&gt;
hello,
(i am sorry for a late response, i was busy last weeks.)

i would follow Nick's instructions. there could be one catch with the harddrive device -- /dev/sda, /dev/hda or /dev/?d?
check the output of the

&lt;pre&gt;
df -h
&lt;/pre&gt;

command (shows your disk(s) space usage), e.g. (just first two lines):

&lt;pre&gt;
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              15G   11G  2.8G  80% /
&lt;/pre&gt;

and check the line, where &lt;i&gt;Mounted on&lt;/i&gt; says &lt;code&gt;/&lt;/code&gt; - the &lt;i&gt;Filesystem&lt;/i&gt; column contains the harddrive device path and an additional number, e.g.
&lt;code&gt;/dev/sda6&lt;/code&gt; = my harddrive device is &lt;b&gt;&lt;code&gt;/dev/sda&lt;/code&gt;&lt;/b&gt;

of course, this a simplified howto - there can be many differences, exceptions and special cases -- please, write me an e-mail.


or, maybe it would be a good idea to ask a more experienced friend to help you.</description>
		<content:encoded><![CDATA[<p><b>@Nick</b><br />
hi,<br />
thank you very much for your response - exactly, that is the correct answer.</p>
<p>to make it permanent on ubuntu, i would modify the <code>/etc/hdparm.conf</code> file &#8212; check the end of the file, there are some samples.</p>
<p>i would add/modify this:</p>
<pre>
/dev/sda {
       apm = 255
}
</pre>
<p>or (does the same)</p>
<pre>
command_line {
       hdparm -B 255 /dev/sda
}
</pre>
<p>to make it permanent on different linux distos, please, check your distro documentation about the hdparm configuration.</p>
<p><b>@Curtis and Eric</b><br />
hello,<br />
(i am sorry for a late response, i was busy last weeks.)</p>
<p>i would follow Nick&#8217;s instructions. there could be one catch with the harddrive device &#8212; /dev/sda, /dev/hda or /dev/?d?<br />
check the output of the</p>
<pre>
df -h
</pre>
<p>command (shows your disk(s) space usage), e.g. (just first two lines):</p>
<pre>
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              15G   11G  2.8G  80% /
</pre>
<p>and check the line, where <i>Mounted on</i> says <code>/</code> - the <i>Filesystem</i> column contains the harddrive device path and an additional number, e.g.<br />
<code>/dev/sda6</code> = my harddrive device is <b><code>/dev/sda</code></b></p>
<p>of course, this a simplified howto - there can be many differences, exceptions and special cases &#8212; please, write me an e-mail.</p>
<p>or, maybe it would be a good idea to ask a more experienced friend to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-78594</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 03 Aug 2008 22:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-78594</guid>
		<description>Thank you so much, that noise was driving me insane.

for eric and curtis if you have ubuntu, you will have to go to Applications&#62; Accessories &#62; terminal. At the command prompt ( something like: curtis@curtis-laptop:~$ )you will have to type : 
sudo hdparm -B 255 /dev/sda 
you will be asked for your password.
the noise should stop.

I don't know how to make it permanent in ubuntu yet.</description>
		<content:encoded><![CDATA[<p>Thank you so much, that noise was driving me insane.</p>
<p>for eric and curtis if you have ubuntu, you will have to go to Applications&gt; Accessories &gt; terminal. At the command prompt ( something like: curtis@curtis-laptop:~$ )you will have to type :<br />
sudo hdparm -B 255 /dev/sda<br />
you will be asked for your password.<br />
the noise should stop.</p>
<p>I don&#8217;t know how to make it permanent in ubuntu yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-75128</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 24 Jul 2008 03:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-75128</guid>
		<description>I have been having the same problem, please! in laymen's terms, i REALLY need to know how to fix this annoying clicking!</description>
		<content:encoded><![CDATA[<p>I have been having the same problem, please! in laymen&#8217;s terms, i REALLY need to know how to fix this annoying clicking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtis</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-70568</link>
		<dc:creator>curtis</dc:creator>
		<pubDate>Sat, 05 Jul 2008 03:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-70568</guid>
		<description>how do i do that?

something in command prompt?

like i said, im a bit of a beginner when it comes to commands and stuff, i just dont know where you put this stuff in.

sorry if i'm being difficult, but thanks for the response!</description>
		<content:encoded><![CDATA[<p>how do i do that?</p>
<p>something in command prompt?</p>
<p>like i said, im a bit of a beginner when it comes to commands and stuff, i just dont know where you put this stuff in.</p>
<p>sorry if i&#8217;m being difficult, but thanks for the response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-70370</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Fri, 04 Jul 2008 07:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-70370</guid>
		<description>hi Curtis,

the idea is to run the
&lt;code&gt;hdparm -B 255 /dev/sda&lt;/code&gt;
command as the root on your computer, where &lt;code&gt;/dev/sda&lt;/code&gt; points to your harddrive.

bye</description>
		<content:encoded><![CDATA[<p>hi Curtis,</p>
<p>the idea is to run the<br />
<code>hdparm -B 255 /dev/sda</code><br />
command as the root on your computer, where <code>/dev/sda</code> points to your harddrive.</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtis</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-70245</link>
		<dc:creator>curtis</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-70245</guid>
		<description>wait.. how do i, in layman's terms, disable this advanced power management?

don't understand the code speak

thanks</description>
		<content:encoded><![CDATA[<p>wait.. how do i, in layman&#8217;s terms, disable this advanced power management?</p>
<p>don&#8217;t understand the code speak</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-68335</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Wed, 25 Jun 2008 23:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-68335</guid>
		<description>you are welcome :)
i can still remember how annoying and frustrating it was.</description>
		<content:encoded><![CDATA[<p>you are welcome :)<br />
i can still remember how annoying and frustrating it was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Click No More</title>
		<link>http://www.valibuk.net/2006/09/clicking-sound-of-hard-drive-on-dell-notebook/#comment-68328</link>
		<dc:creator>Click No More</dc:creator>
		<pubDate>Wed, 25 Jun 2008 23:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=24#comment-68328</guid>
		<description>Same problem on brand new DELL Inspiron 1420 with Ubuntu 8.04 (Hardy Heron).
Annoying click Hard drive sound stopped after disabling Advanced Power Management...
This laptop is so quiet now... 
Thank you so much!!</description>
		<content:encoded><![CDATA[<p>Same problem on brand new DELL Inspiron 1420 with Ubuntu 8.04 (Hardy Heron).<br />
Annoying click Hard drive sound stopped after disabling Advanced Power Management&#8230;<br />
This laptop is so quiet now&#8230;<br />
Thank you so much!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

