Performance tuning the LinkStation hard drive
From NAS-Central Buffalo - The Linkstation Wiki
This article
Based on work by frontalot and nix.
Originally by frontalot.
at Linkstationwiki.org
1. Open up the hdparm startup script and modify the performance settings:
vi /etc/rc.d/init.d/hdparm
2. Add the following settings:
hdparm -q[1] -m16[2] -c1[3] -u1[4] -S250[5] /dev/hda
3. Test your old performance settings:
hdparm -tT /dev/hda
4. Reboot your LinkStation and retest your performance settings.
5. These particular settings may not always improve performance - try different settings.

