Confirmed able to defrag NTFS on Ubuntu 16.04 by following intructions on Linux page:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
(change to _ISO/docs/linux_utils folder)
sudo chmod 777 *
sudo udefrag -om /dev/sdX1 (where sdX1 is your NTFS USB partition)
Thanks.
Topic: Easy2Boot
Date 13/11/2016
By Long Vu
Subject Re: Re: Re: Re: Re: Unable to defrag NTFS USB drive on Linux
———
Back