1 Mar 2007 14:19
New package: hdparm-6.9-1
Christian Franke <Christian.Franke <at> t-online.de>
2007-03-01 13:19:13 GMT
2007-03-01 13:19:13 GMT
A Cygwin port of hdparm is now part of the Cygwin distribution. Hdparm (http://sourceforge.net/projects/hdparm) is a Linux tool to get/set ATA/SATA drive parameters and driver settings. I have added a HDIO_DRIVE_CMD ioctl emulation layer to provide the drive related command subset of hdparm on Windows. It should work on XP SP2 and 2003 if the driver provides ATA_PASS_THROUGH. It also supports 2000 and XP SP1 if undocumented IDE_PASS_THROUGH is available. I haven't tested it on Vista yet. Examples: hdparm -I /dev/sda -- print disk information and current settings hdparm -M 128 /dev/sda -- set acoustic management to "quiet" hdparm -M 254 /dev/sda -- set acoustic management to "fast" hdparm -S 120 /dev/sdb -- set 2nd disks standby timeout to 10min hdparm -y /dev/sdb -- set 2nd disk to standby mode hdparm -t /dev/sda -- perform disk read timings hdparm --security-freeze /dev/sda -- Freeze security settings (There are still BIOS versions which leave the drive vulnerable) Administrator rights are required to run these commands. Device names and supported command subset: hdparm - get/set hard disk parameters - version v6.9-20070228 (Cygwin) Usage: hdparm [options] [device](Continue reading)
RSS Feed