public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Do I need hdparm for serial ATA drive?
@ 2010-05-27 15:22 Mick
  2010-05-27 16:11 ` Paul Hartman
  2010-05-27 16:29 ` Neil Bothwick
  0 siblings, 2 replies; 6+ messages in thread
From: Mick @ 2010-05-27 15:22 UTC (permalink / raw
  To: gentoo-user

Newer machines invariably have SATA drives:

           *-disk
                description: ATA Disk
                product: ST9500420ASG
                vendor: Seagate
                physical id: 0
                bus info: scsi@0:0.0.0
                logical name: /dev/sda
                version: 0004
                serial: 5VJ377P2
                size: 465GiB (500GB)
                capabilities: partitioned partitioned:dos
                configuration: ansiversion=5 signature=cf5ac2f0

From dmesg:

ata1: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005100 irq 35
ata2: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005180 irq 35

Do I need to emerge hdparm for such a drive?
-- 
Regards,
Mick



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Do I need hdparm for serial ATA drive?
  2010-05-27 15:22 [gentoo-user] Do I need hdparm for serial ATA drive? Mick
@ 2010-05-27 16:11 ` Paul Hartman
  2010-05-27 16:29 ` Neil Bothwick
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Hartman @ 2010-05-27 16:11 UTC (permalink / raw
  To: gentoo-user

On Thu, May 27, 2010 at 10:22 AM, Mick <michaelkintzios@gmail.com> wrote:
> Newer machines invariably have SATA drives:
>
>           *-disk
>                description: ATA Disk
>                product: ST9500420ASG
>                vendor: Seagate
>                physical id: 0
>                bus info: scsi@0:0.0.0
>                logical name: /dev/sda
>                version: 0004
>                serial: 5VJ377P2
>                size: 465GiB (500GB)
>                capabilities: partitioned partitioned:dos
>                configuration: ansiversion=5 signature=cf5ac2f0
>
> From dmesg:
>
> ata1: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005100 irq 35
> ata2: SATA max UDMA/133 abar m2048@0xf1005000 port 0xf1005180 irq 35
>
> Do I need to emerge hdparm for such a drive?

As long as the drivers are in your kernel the drives should work.
hdparm is not required to use your disks, but you can use it to change
power-saving mode etc. (for example my 2TB drive had very aggressive
spindown when power-saving was OFF, but when I use hdparm to turn
power-saving ON at the highest level, the crazy spindowns stopped)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Do I need hdparm for serial ATA drive?
  2010-05-27 15:22 [gentoo-user] Do I need hdparm for serial ATA drive? Mick
  2010-05-27 16:11 ` Paul Hartman
@ 2010-05-27 16:29 ` Neil Bothwick
  2010-05-28  5:35   ` Mick
  1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2010-05-27 16:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

On Thu, 27 May 2010 16:22:11 +0100, Mick wrote:

> Newer machines invariably have SATA drives:
> 
> Do I need to emerge hdparm for such a drive?

% whatis hdparm
hdparm               (8)  - get/set SATA/ATA device parameters

SATA is still ATA, using the same basic command set but over a different
wire.


-- 
Neil Bothwick

Top Oxymorons Number 37: Sanitary landfill

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Do I need hdparm for serial ATA drive?
  2010-05-27 16:29 ` Neil Bothwick
@ 2010-05-28  5:35   ` Mick
  2010-05-28 11:27     ` Volker Armin Hemmann
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2010-05-28  5:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 696 bytes --]

On Thursday 27 May 2010 17:29:26 Neil Bothwick wrote:
> On Thu, 27 May 2010 16:22:11 +0100, Mick wrote:
> > Newer machines invariably have SATA drives:
> >
> > Do I need to emerge hdparm for such a drive?
> 
> % whatis hdparm
> hdparm               (8)  - get/set SATA/ATA device parameters
> 
> SATA is still ATA, using the same basic command set but over a different
> wire.

Yes, hdparm will work with my drive, but the question is would I have a 
benefit using it?  Other than what Paul said, is there another benefit e.g. 
speed wise that I could derive from using hdparm, or is the kernel on its own 
enough to optimise the performance of the drive? 

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Do I need hdparm for serial ATA drive?
  2010-05-28  5:35   ` Mick
@ 2010-05-28 11:27     ` Volker Armin Hemmann
  2010-05-28 12:16       ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Volker Armin Hemmann @ 2010-05-28 11:27 UTC (permalink / raw
  To: gentoo-user

On Freitag 28 Mai 2010, Mick wrote:
> On Thursday 27 May 2010 17:29:26 Neil Bothwick wrote:
> > On Thu, 27 May 2010 16:22:11 +0100, Mick wrote:
> > > Newer machines invariably have SATA drives:
> > > 
> > > Do I need to emerge hdparm for such a drive?
> > 
> > % whatis hdparm
> > hdparm               (8)  - get/set SATA/ATA device parameters
> > 
> > SATA is still ATA, using the same basic command set but over a different
> > wire.
> 
> Yes, hdparm will work with my drive, but the question is would I have a
> benefit using it?  Other than what Paul said, is there another benefit e.g.
> speed wise that I could derive from using hdparm

no

> or is the kernel on its
> own enough to optimise the performance of the drive?

yes




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Do I need hdparm for serial ATA drive?
  2010-05-28 11:27     ` Volker Armin Hemmann
@ 2010-05-28 12:16       ` Mick
  0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2010-05-28 12:16 UTC (permalink / raw
  To: gentoo-user

On 28 May 2010 12:27, Volker Armin Hemmann <volkerarmin@googlemail.com> wrote:
> On Freitag 28 Mai 2010, Mick wrote:
>> On Thursday 27 May 2010 17:29:26 Neil Bothwick wrote:
>> > On Thu, 27 May 2010 16:22:11 +0100, Mick wrote:
>> > > Newer machines invariably have SATA drives:
>> > >
>> > > Do I need to emerge hdparm for such a drive?
>> >
>> > % whatis hdparm
>> > hdparm               (8)  - get/set SATA/ATA device parameters
>> >
>> > SATA is still ATA, using the same basic command set but over a different
>> > wire.
>>
>> Yes, hdparm will work with my drive, but the question is would I have a
>> benefit using it?  Other than what Paul said, is there another benefit e.g.
>> speed wise that I could derive from using hdparm
>
> no
>
>> or is the kernel on its
>> own enough to optimise the performance of the drive?
>
> yes
>

Thanks!  :-)
-- 
Regards,
Mick



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-28 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 15:22 [gentoo-user] Do I need hdparm for serial ATA drive? Mick
2010-05-27 16:11 ` Paul Hartman
2010-05-27 16:29 ` Neil Bothwick
2010-05-28  5:35   ` Mick
2010-05-28 11:27     ` Volker Armin Hemmann
2010-05-28 12:16       ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox