Difference between revisions of "Performance tuning the LinkStation hard drive"
From NAS-Central Buffalo - The Linkstation Wiki
Line 1: | Line 1: | ||
+ | ''<font color=red><small> | ||
+ | This article | ||
+ | Based on work by frontalot and nix. | ||
+ | Originally by frontalot. | ||
+ | at Linkstationwiki.org | ||
+ | </small></font>''<br> | ||
+ | |||
+ | |||
1. Open up the hdparm startup script and modify the performance settings: | 1. Open up the hdparm startup script and modify the performance settings: | ||
Revision as of 20:35, 30 June 2006
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.