3

I am searching for a NTFS defrag tool for Ubuntu and I came across this :
Defragging NTFS Partitions from Linux.
I want to know how to install UltraDefrag on Ubuntu 14.04.

Neil
  • 4,475
  • 3
  • 22
  • 34

1 Answers1

4

Reminder :

UltraDefrag is a Windows only program and was never tested nor compiled on anything else but Windows. — UltraDefrag


There is a 5.0.0AB.7 precompiled version here you can use on Ubuntu - you can get it this way :

 wget http://jp-andre.pagesperso-orange.fr/tools.zip
 unzip tools.zip
 cd tools/
 ./udefrag

Successfully tested on my Ubuntu 15.04.

hg8
  • 13,462