View previous topic :: View next topic |
Author |
Message |
riggagoogoo Tux's lil' helper
Joined: 06 Apr 2003 Posts: 108
|
Posted: Tue Nov 11, 2003 7:42 am Post subject: How do I load hdparm settings on boot? |
|
|
Where should I locate the hdparm settings so they are loaded on boot?
regards
RiGGa |
|
Back to top |
|
|
bmichaelsen Veteran
Joined: 17 Nov 2002 Posts: 1277 Location: Hamburg, Germany
|
Posted: Tue Nov 11, 2003 8:05 am Post subject: |
|
|
From :
Code: | # Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-conf.d,v 1.1 2003/03/01 21:17:39 sethbc Exp $
# You can either set hdparm arguments for each drive using disc*_args and cdrom*_args..
# eg.
# disc0_args="-d1 -X66"
# disc1_args"-d1"
# cdrom0_args="-d1"
# Or, you can set hdparm options for ALL drives using all_args..
# eg.
# this mimics the behavior of the current script
all_args="-d1" |
|
|
Back to top |
|
|
riggagoogoo Tux's lil' helper
Joined: 06 Apr 2003 Posts: 108
|
Posted: Tue Nov 11, 2003 9:50 am Post subject: |
|
|
Thanks ! |
|
Back to top |
|
|
|