Tuesday, 23 February 2016

Defragging HDD Drive in Linux/GNU OS

One of the stable FOSS program for defragging Linux/GNU driven hard drive and formatted with the common FS like ext2/3/4 is defragfs.

Download and extract the zip file and copy the "defragfs" perl script file to /usr/local/bin.

The command to use:

cd /usr/local/bin
sudo perl ./defragfs /path/you/want/defrag

An example is the following defragmentation of a activated drive on my PC.

Follow my blog with Bloglovin

Experimenting with Archlinux on Legacy Bios system

nano /etc/wpa_suppplicant/wpa_supplicant.conf    ctrl_interface=/run/wpa_supplicant    update_config=1 wpa_supplicant -B -i wlan0 -c /e...