source: MondoRescue/trunk/mindi/aux-tools/sbin/ide-opt-off@ 30

Last change on this file since 30 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 125 bytes
Line 
1#!/bin/sh
2
3 for dev in hda hdb hdc hdd hde hdf hdg hdh ; do
4 hdparm -u 0 -d 0 /dev/$dev &> /tmp/oid1.log
5 done
6
7exit 0
Note: See TracBrowser for help on using the repository browser.