Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Are those "green" drives any good?
Date: Fri, 11 May 2012 01:17:58
Message-Id: 1336698942.11023.49.camel@troll
In Reply to: Re: [gentoo-user] Are those "green" drives any good? by Norman Invasion
1 On Thu, 2012-05-10 at 12:20 -0400, Norman Invasion wrote:
2 > On 9 May 2012 04:47, Dale <rdalek1967@×××××.com> wrote:
3 > > Hi,
4 > >
5 > > As some know, I'm planning to buy me a LARGE hard drive to put all my
6 > > videos on, eventually. The prices are coming down now. I keep seeing
7 > > these "green" drives that are made by just about every company nowadays.
8 > > When comparing them to a non "green" drive, do they hold up as good?
9 > > Are they as dependable as a plain drive? I guess they are more
10 > > efficient and I get that but do they break quicker, more often or no
11 > > difference?
12 > >
13 > > I have noticed that they tend to spin slower and are cheaper. That much
14 > > I have figured out. Other than that, I can't see any other difference.
15 > > Data speeds seem to be about the same.
16 > >
17 >
18 > They have an ugly tendency to nod off at 6 second intervals.
19 > This runs up "193 Load_Cycle_Count" unacceptably: as many
20 > as a few hundred thousand in a year & a million cycles is
21 > getting close to the lifetime limit on most hard drives. I end
22 > up running some iteration of
23 > # hdparm -B 255 /dev/sda
24 > every boot.
25 >
26
27 hdparm installs an init script with a /etc/conf.d/hdparm file which
28 allows you to set things up at whatever run level you are using. Also
29 beware things like "laptopmode" which take over rewriting the kernel and
30 harddrive parameters for dynamic power saving (i.e., different between
31 running on battery as to from mains) - really does work but can kill a
32 drive with Load_Cycle_Counts so drive life can be foreshortened if you
33 get too zealous (i.e., very short spindown times and using a journalled
34 file system.
35
36 BillK