Performance tuning the LinkStation hard drive
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 16: | Line 16: | ||
<references/> | <references/> | ||
| + | |||
| + | [[Category:General]] | ||
Revision as of 23:56, 25 June 2006
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.

