WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: hdparm  (Read 2371 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
hdparm
« on: July 09, 2009, 10:06:23 AM »
Hdparm, a utility to access and tune IDE/SATA drive features.

Code: [Select]
Title:          hdparm.tce
Description:    Utility to access/tune features of IDE/SATA drives.
Version:        9.15
Author:         Mark Lord
Original-site:  http://sourceforge.net/projects/hdparm/
Copying-policy: BSD
Size: 39KB
Extension_by:   Jason W
Comments:       Warning: Use this extension wisely as careless
                           use of hdparm can be dangerous.
                                This extension is PPI compatible.
Example usage:
$ sudo hdparm -d1 /dev/hda
will set DMA on for /dev/hda.
Change-log:     --------
Current: 2009/07/09 First version 9.15



Code: [Select]
Title:          hdparm.tcz
Description:    Utility to access/tune features of IDE/SATA drives.
Version:        9.15
Author:         Mark Lord
Original-site:  http://sourceforge.net/projects/hdparm/
Copying-policy: BSD
Size: 41KB
Extension_by:   Jason W
Comments:       Warning: Use this extension wisely as careless
                           use of hdparm can be dangerous.
                                Example usage:
$ sudo hdparm -d1 /dev/hda
will set DMA on for /dev/hda.
Change-log:     --------
Current: 2009/07/09 First version 9.15


« Last Edit: July 10, 2009, 02:34:14 PM by Jason W »

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: hdparm
« Reply #1 on: July 10, 2009, 01:01:37 PM »
sourforge? That's a new nickname :P

I thought (the newer versions of) this utility isn't restricted to IDE drives (unless it was configured that way...?)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: hdparm
« Reply #2 on: July 10, 2009, 01:45:17 PM »
LFS lists hdparm version 9.6 as being for ide/ata drives.  I can change it to IDE/ATA.


Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: hdparm
« Reply #3 on: July 10, 2009, 02:11:26 PM »
It includes scsi/libata - most likely the lfs page is not updated.

Here's the start of the manpage (unformatted):
Quote
HDPARM 8 "April 2009" "Version 9.15"

NAME
hdparm - get/set SATA/IDE device parameters
SYNOPSIS
hdparm
[ flags ] [device] ..
DESCRIPTION
hdparm
provides a command line interface to various kernel interfaces
supported by the Linux SATA/PATA/SAS "libata" subsystem
and the older IDE driver subsystem.  Many newer (2008 and later)
USB drive enclosures now also support "SAT" (SCSI-ATA Command Translation)
and therefore may also work with hdparm.  Eg. recent WD "Passport" models
and recent NexStar-3 enclosures.
Some options may work correctly only with the latest kernels.
[...]
« Last Edit: July 10, 2009, 02:28:37 PM by ^thehatsrule^ »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: hdparm
« Reply #4 on: July 10, 2009, 02:33:11 PM »
OK, I will update the info file.