/FreeBSD-USB-Quick-Formatter

This is a small tool for quickly formating USB drives (/dev/da* only) on FreeBSD.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

FreeBSD-USB-Quick-Formatter

This is a small tool for quickly formating USB drives (/dev/da* only) on FreeBSD.

Supported formats: FAT32, UFS, NTFS and Ext4

Screenshot1

Dependencies

  • Python 3
  • Tkinter
  • sudo
  • xterm
  • fusefs-ext2 and fusefs-ntfs

Run

python3 FreeBSD-USB-Quick-Formatter.py



Select your drive, the format and click on "Run".


What it does

It wipes everything on the USB drive and formats it. Only one partition is created, with the selected format. It uses GPT for UFS & Ext4 and MBR for FAT32 & NTFS.

More screenshots

Screenshot2

Screenshot3

Screenshot4