You are not logged in.
Pages: 1
I have a Samsung SATA II HD with 80G.
Which utility should I use, hdparm or sdparm? If it's sdparm, what shoult I put on /etc/rc.sysinit to improve performace?
Last edited by pain of salvation (2007-06-22 18:52:12)
Offline
This is not directly related to your question, but you shouldn't edit rc.sysinit, as it will be overwritten on the next initscripts upgrade. /etc/rc.local is the right place for this.
Offline
The Post Installation Tips wiki syas to place hdparm parameters in /etc/rc.sysinit.
Offline
So? Thanks for the hint, I killed that section.
You don't need hdparm/sdparm at all. See, the kernel takes care of detecting the controller and loading the right modules. And those in turn will detect the drive, its capabilities and set it up accordingly. It worked like that for many many years.
Should your drive not run with DMA enabled after booting, that's most likely a driver bug or hardware issue and nothing hdparm could fix.
For special cases like adjusting power management settings or the like, use /etc/rc.local.
1000
Offline
Pages: 1