source: MondoRescue/branches/2.0.8/mondo/mondo/restore-scripts/mondo/ide-opt-off@ 576

Last change on this file since 576 was 576, checked in by bcornec, 18 years ago

2.08 synced with stable as of r575
VERSION files updated

  • Property svn:keywords set to Id
  • Property svn:unix-mode set to 755
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.