 |
|
15-11-2007, 09:39 AM
|
#1 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Running Ubuntu in your laptop ? Have a look at these posts
This topic is discussed in Ubuntu bug report section, Linux Hero and in Orkut.
Anyway nothing to worry as the solution/details/updates are given by the author himself.
So here it goes
A recent bug report for Ubuntu Linux has confirmed that both the Feisty and Gutsy versions of Ubuntu cause some unnecessary wear and tear on a hard drive.
From same guy
EDIT: This problem seems to be limited to laptop mode. Read This if you want to see how to tell if you're affected.
So let me put this out there in capital letters, because I NEVER wanted any semblance of bad publicity for Ubuntu. UBUNTU DOES NOT OVERWORK YOUR HARD DRIVE UNLESS IT IS IN LAPTOP MODE.
So which articles gives more info and solution ?
1. Bug report details
2. Explanation of Ubuntu Hard Drive Wear and Tear
3. Ubuntu Hard Drive Explosions
And in my case, the grep ENABLE_LAPTOP_MODE /etc/default/acpi-support command returned false  So I guess nothing to worry.
Solution
Just a single line edit is the solution ! Isn't it pretty easy and simple ?
So let me put this out there in capital letters, because I NEVER wanted any semblance of bad publicity for Ubuntu. UBUNTU DOES NOT OVERWORK YOUR HARD DRIVE UNLESS IT IS IN LAPTOP MODE.
How can you tell if your machine is in laptop mode? Easy.
Type in terminal
sudo grep ENABLE_LAPTOP_MODE /etc/default/acpi-support
If the returned value is false (just like in my case), nothing to worry, no need to change even a single line !
If the returned value is true, your machine is in laptop mode and you may wish to alter your power management settings accordingly. I have not tested this, however I imagine you can choose a less aggressive number in the aforementioned script /etc/acpi/power.sh at the line that reads:
<code>$HDPARM -B 1 /dev/$drive 2>/dev/null</code>
When doing so, keep in mind that 255 completely disables power management, and 1 is the most aggressive setting. Find a happy medium that works for your laptop if you’re interested in striking a balance between battery life and hard drive longevity.
Last edited by din; 16-11-2007 at 09:05 AM.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
15-11-2007, 07:04 PM
|
#2 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
yeah.its posted here already and the problem was(?) for laptop users.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
15-11-2007, 07:08 PM
|
#3 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Opps sorry, I saw the discussion in Orkut, but thought no one here knew. Yes, it is for laptops only.
|
|
|
15-11-2007, 07:13 PM
|
#4 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
sigh...
firstly i thought is was for desktops also. 
i thought was my unichrome card is giving me a lot of problems and now comes other bug too
|
|
|
15-11-2007, 07:17 PM
|
#5 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
@gary:get a nvidia card and give al-vida to these via onboard cr@p
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
15-11-2007, 08:38 PM
|
#6 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,786
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Quote:
|
Originally Posted by din
Opps sorry, I saw the discussion in Orkut, but thought no one here knew. Yes, it is for laptops only.
|
What this is been discussed in Orkut!!! :O .. I thought Orkut was only for flirting ( not me  )
EDIT: ok here is some thing from me .. I use a HP laptop but havent installed any Linux on that it has vista preinstalled. I use Sabayon linux DVD and run it live. everything works just fine.. the problem comes when I try to shutdown... err.. it doesnot shutdown at all .. I have to use the restart option and then manually press powerbutton for 5 seconds for turning off the lappy. Each time I do this .. during next vista boot I get a BSOD  .. I still cannot say if the problem is from sabayon. This happens every time when I try to shutdown.
Last edited by Charan; 15-11-2007 at 08:38 PM.
Reason: Automerged Doublepost
|
|
|
15-11-2007, 09:02 PM
|
#7 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
LOL
OK, Orkut has a group, I think Kerala Linux Club. Prakash, myself etc are members. The topic was posted by one of my friends there.
|
|
|
15-11-2007, 09:18 PM
|
#8 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Damn, I wanted to install 7.10 on my laptop, guess it would be sabayon then
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
15-11-2007, 09:28 PM
|
#9 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,786
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
^^^ mohit .. read the links yar... always understand what the problem is and later decide.. posts here are just guidelines/alerts about the problems.. Even the answer is provided on how to avoid this..
|
|
|
15-11-2007, 09:30 PM
|
#10 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
@kumarmohit
Quote:
|
Originally Posted by din
Anyway nothing to worry as the solution/details/updates are given by the author himself.
And in my case, the grep ENABLE_LAPTOP_MODE /etc/default/acpi-support command returned false  So I guess nothing to worry.
|
The fix (if the above command gives "true" as output) is very very simple and explained in the links. So please go ahead, nothing to worry. I love running Ubuntu in my lappy.
|
|
|
15-11-2007, 10:00 PM
|
#11 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
i remember the article somewhere which states this problem will be there for windows series including vista or a mac also! also other Linux distros too.  but will not be noticed or researched by any unlike Linux community which finds such problems.Community rocks!
BTW,thanks for the last link.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
15-11-2007, 11:38 PM
|
#12 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Yes, its true all OSs haf this problem. However, the damage depends on the extent to the frequency of read-writes by the OS. Not a problem to worry about. Go ahead and install Ubuntu
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
15-11-2007, 11:43 PM
|
#13 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
^actually it is like {bcoz of hdd manufacturers(?) } do u want better battery life with hdd life reduced or good hdd life with low battery time.  solution is to fiddle with hdparm values.i hope Linux community will come up with some solution as no bios update or nothing of that sort will be supported by h/w people.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
15-11-2007, 11:49 PM
|
#14 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Hey using hdparm the APM settings can be set to any value and this solves all the problems, if any
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
16-11-2007, 09:07 AM
|
#15 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Exactly
hdparm -B 255 /dev/sda
Done !
OK, To avoid further confusion, I am adding the solution (rip off from source -lol) in the first post.
Last edited by din; 16-11-2007 at 09:09 AM.
Reason: Automerged Doublepost
|
|
|
16-11-2007, 02:11 PM
|
#16 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Quote:
|
Originally Posted by din
@kumarmohit
The fix (if the above command gives "true" as output) is very very simple and explained in the links. So please go ahead, nothing to worry. I love running Ubuntu in my lappy.
|
Teh only thing is that I do not want to make the effort, you see
if I can get a ready made solution in Sabayon, why bother!
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
16-11-2007, 06:01 PM
|
#17 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
LOL, ok
I thought you want Ubuntu but worried on this issue.
|
|
|
16-11-2007, 11:13 PM
|
#18 (permalink)
|
|
Darth Penguin
Join Date: Jun 2007
Location: DarkStar One
Posts: 81
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Does the same apply for Kubuntu 5.something? I've got a disk of that lying somewhere, i can always install that instead.
__________________
The Force. It surrounds us. It enfolds us. It gets us dates on Saturday Nights.
|
|
|
16-11-2007, 11:23 PM
|
#19 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
^what applies  the problem occurs only if u enable aggressive power management and that is in laptop mode.default install will not have any problems.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
17-11-2007, 07:13 AM
|
#20 (permalink)
|
|
Tribal Boy
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
@Cyclone
I regret for posting this thread now !!! LOL
I think people get scared and confused. Nothing so serious about it, and evenif the laptop mode is enabled or power management settings is changed, just a single line command will make it ok
So do not worry at all, go ahead and install Ubuntu.
|
|
|
17-11-2007, 11:12 AM
|
#21 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
@Din
I accuse you of misleading people & force them believe that Ubuntu cause wear and tear HDD's.
Hence you are stopping them to install Linux.
so you you guilty of cheating,lying, 3rd degree fraud,havoc to the online community,knowingly committing crime hereby you are punished under Ubuntu penal code(UPC) of section 6.06,7.04,7.10 which gives you a death sentance but the as you are regret your crime. your punishment is reduced to life sentence.
Whole of your life you will remain in custody of Ubuntu linux.
|
|
|
17-11-2007, 11:54 AM
|
#22 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
^^ Hey Guyz, If you are fighting coz decided to switch from Ubuntu to Sabayon, please note that Sabayon is a Linux distro based on Gentoo, which is more Linuxy than Debian, on which Ubuntu is based.
OK- Not That I think you guys do not know it, but sorry, couldn't resist!
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
17-11-2007, 04:05 PM
|
#23 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Hehe.. Gaurish is the new judge at OSS Supreme Court!
Nothing to worry guys. Its not a problem
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
17-11-2007, 04:25 PM
|
#24 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Debian base is better any time.but thats my personal opin
hence Ubuntu too!bcoz of ubuntu,ubuntuforum gaves ur most linux problems an answer.the community everything rocks!Ubuntu made a change in linux world.admit that.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
17-11-2007, 11:48 PM
|
#25 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Hey I said Gentoo is more linuxy, not better. I think both are at par when it comes to all the concepts of being a better OS
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
18-11-2007, 12:54 AM
|
#26 (permalink)
|
|
Apprentice
Join Date: May 2006
Posts: 65
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
@Din,
Thank you for spreading absolutely snip. Why don't you do some REASEARCH before copy pasting your senseless crap here in the forums, hence discouraging the few users who are migrating to linux ?
This problem is NOT CAUSED BY, AND NOT LIMITED TO UBUNTU ! This problem affects all other distros, and windows, this is a hard drive and laptop MANUFACTURER problem !
Please read http://mjg59.livejournal.com/77672.html for proper information, and Din, use GOOGLE to verify "facts" before posting !
Last edited by mehulved; 18-11-2007 at 01:36 AM.
|
|
|
18-11-2007, 01:36 AM
|
#27 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
rohandhruva please mind your language, this isn't the first time you're doing it.
__________________
http://www.bash.org/?258908
Last edited by mehulved; 18-11-2007 at 01:42 AM.
|
|
|
18-11-2007, 01:40 AM
|
#28 (permalink)
|
|
Apprentice
Join Date: May 2006
Posts: 65
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Quote:
|
Originally Posted by mehulved
rohandruhava please mind your language, this isn't the first time you're doing it.
|
Hard to do .. It irritates me when people spread FUD without researching .. It takes a few minutes to verify a story, before posting. And you can see for yourself what negative effect it had !
Anyway, I'm sorry.
Also, please copy paste the nick name, if you can't spell it right. Thank you.
|
|
|
18-11-2007, 11:31 AM
|
#29 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Hmm if this is with all ditros guess it wud be BSD variant then!
LOL no guyz, I think that I shud research in this matter myself before I do anything else
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
18-11-2007, 03:08 PM
|
#30 (permalink)
|
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,116
|
Re: Running Ubuntu in your laptop ? Have a look at these posts
Damm..if thing if going else where 
i was joking, sorry din if it hurt you
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|