From: "Artur Jasowicz" <arturj@mousebusiness.com>
To: "dean gaudet" <dean-list-linux-kernel@arctic.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: downgrade ata udma mode at boot time?
Date: Mon, 13 May 2002 21:30:17 -0500 [thread overview]
Message-ID: <003501c1faef$4fa621e0$050010ac@niunia.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0205131521160.17160-100000@twinlark.arctic.org>
I am having problems with building/resyncing RAID as well. Here's what I did
for my two RH 7.2 machines:
In /etc/sysconfig/ I created new file called hdparm.cfg with following
content
-d 0 /dev/hde
-d 0 /dev/hdg
-d 0 /dev/hdi
-d 0 /dev/hdk
In /etc/rc.d/rc.sysinit right before root partition gets remounted r/w
(there may be a better spot for that, suggestions, anyone?) I added the
following:
# adjust hd parameters
if [ -e /etc/sysconfig/hdparm.cfg -a -x /sbin/hdparm ]; then
action $"Adjusting hdparm:" /sbin/hdparm $(/bin/cat
/etc/sysconfig/hdparm.cfg)
fi
Crude, but works.
Artur
prev parent reply other threads:[~2002-05-14 2:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-13 22:28 downgrade ata udma mode at boot time? dean gaudet
2002-05-13 23:28 ` Marc Wilson
2002-05-14 2:30 ` Artur Jasowicz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003501c1faef$4fa621e0$050010ac@niunia.org' \
--to=arturj@mousebusiness.com \
--cc=dean-list-linux-kernel@arctic.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox