Difference between revisions of "Defragment"
From Linuxintro
imported>ThorstenStaerk (New page: To defragment your filesystem, use the tool shake: * Download it from http://vleu.net/shake/ * unpack it: bunzip2 shake-0.99.tar.bz2 tar xvf Desktop/shake-0.99.tar) |
imported>ThorstenStaerk |
||
Line 4: | Line 4: | ||
* unpack it: | * unpack it: | ||
bunzip2 shake-0.99.tar.bz2 | bunzip2 shake-0.99.tar.bz2 | ||
− | tar xvf | + | tar xvf shake-0.99.tar |
+ | * install dependencies, e.g. for SUSE Linux: | ||
+ | yast -i help2man | ||
+ | * build it | ||
+ | cd shake* | ||
+ | cmake . | ||
+ | make -j4 && make install |
Revision as of 12:50, 8 November 2009
To defragment your filesystem, use the tool shake:
- Download it from http://vleu.net/shake/
- unpack it:
bunzip2 shake-0.99.tar.bz2 tar xvf shake-0.99.tar
- install dependencies, e.g. for SUSE Linux:
yast -i help2man
- build it
cd shake* cmake . make -j4 && make install