Skip to content

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

License

Notifications You must be signed in to change notification settings

Liemaeu/FreeBSD-USB-Quick-Formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeBSD-USB-Quick-Formatter

USB Quick Formatter is a small tool for quickly formating USB drives – /dev/da* only – on FreeBSD.

Supported filesystems:

  • Ext4
  • FAT32
  • NTFS
  • UFS.

Screenshot1

Dependencies

Please note: mkntfs(8) can not create an NTFS filesystem quickly with the FreeBSD Project-provided package of fusefs-ntfs. You can work around bug 206978 by building your own package with UBLIO disabled.

Run

sudo python3 FreeBSD-USB-Quick-Formatter.py



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


What it does

  1. If any partition exists on the chosen device, destroy all partitions on the device
  2. add a single slice (MBR) or partition (GPT)
  3. create a filesystem.

Preset partition schemes:

  • MBR for FAT32 and NTFS
  • GPT for Ext4 and UFS.

More screenshots

Screenshot2

Screenshot3

Screenshot4

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages