A simple formatting utility script written in bash to help formatting in a simple way any external disks.
git clone https://github.com/hauanitech/hformat.git
chmod +x hformat
./hformat.shIn order to have the tool installed on your machine as terminal command pick one of the following methods :
[method 1] (recommended)
[method 2]
The easiest way to use this formatting utility is to use it this way
./hformat.sh --all -y
# basically formats every external disks (FAT32 + no label)You may want to edit the default settings by opening up the configuration tab
./hformat.sh config
# Open an Interactive panel in the terminalif you find this project useful drop a star or open any pull requests if you find fixes / performance improvements