Re: [SLE] Setting hdparm permanently



On Tue, 14 Mar 2006 17:32:08 +0000, you wrote:

On Tue, 14 Mar 2006, in a serious and blatant case of a self-followup
did forget to include some stuff when he wrote:-

YaST -> System -> /etc/syconfig Editor -> Hardware -> IDE ->
DEVICES_FORCE_IDE_DMA

enter:

/dev/hda:-c1 /dev/hdc:-c1

You can also include other options for hdparm here by using the format:

<device>:<option>:<option>:<option>


Why do people insist on using a screwdriver to hammer nails? If you
know enough to fool around with hdparm, you should be able to master
bash and an editor.

Put this in boot.local (adjust for your local hardware):

hdparm -A1 -c1 -d1 -m16 -u1 /dev/hda
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdb
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdc
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdd
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hde
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdf
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdg
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdh
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdi
hdparm -A1 -c1 -d1 -m16 -u1 /dev/hdj


Mike-
--
If you're not confused, you're not trying hard enough.
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,

--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages

  • Re: (u)dma and hdparm question
    ... There must be IT experts who, apart from hdparm, know about udma and dma ... Some people claim this is dangerous or bad for the hardware. ...
    (comp.os.linux.hardware)
  • Re: DMA ???
    ... >parameter you need for hdparm right now is -d1, ... >ones if you are not sure that your hardware supports them): ... but I got the same error message. ... How can I find out the correct designator for my DVD drive? ...
    (comp.os.linux.hardware)
  • Re: [SLE] Setting hdparm permanently
    ... Hash: SHA1 ... You can also include other options for hdparm here by using the format: ... My 9.3 doesn't mention that syntax, ...
    (SuSE)
  • [PATCH 1/2] ide: add ide_dump_identify() debug helper
    ... Add ide_dump_identifydebug helper for dumping raw identify data in ... the hdparm friendly format (== the identify data can be extracted from ... dmesg output and passed to hdparm --Istdin). ...
    (Linux-Kernel)
  • Re: [PATCH 1/2] ide: add ide_dump_identify() debug helper
    ... Bartlomiej Zolnierkiewicz wrote: ... the hdparm friendly format (== the identify data can be extracted from ... dmesg output and passed to hdparm --Istdin). ...
    (Linux-Kernel)