source:
MondoRescue/trunk/mindi/aux-tools/sbin/ide-opt-off
Last change on this file was 30, checked in by , 20 years ago | |
---|---|
|
|
File size: 125 bytes |
Rev | Line | |
---|---|---|
[1] | 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 | ||
7 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.