Performance tune the LinkStation hard drive with Hdparm
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
(attribution) |
(→Notes) |
||
| Line 30: | Line 30: | ||
[[Category:Debian]] | [[Category:Debian]] | ||
[[Category:Howto]] | [[Category:Howto]] | ||
| - | |||
| - | |||
Revision as of 19:10, 30 June 2006
1. Install hdparm if you haven't already:
apt-get install hdparm
2. Open up the hdparm configuration file and modify the performance settings:
pico /etc/hdparm.conf
3. Change the default ROOTFS settings to:
ROOTFS = /dev/hda
4. Add the following information at the end of hdparm.conf:
command_line {
hdparm -q[1] -m16[2] -c1[3] -u1[4] -S250[5] /dev/hda
}
5. Test your old performance settings:
hdparm -tT /dev/hda
6. Reboot your LinkStation and retest your performance settings. Tada!
7. These particular settings may not always improve performance - try testing different settings.

