Skip to content

filisko/fat32-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FAT32 USB devices formatter

Restore your USB device to its original state while formatting it as FAT32.

Why another USB formatter?

Yes, I know that this specific type of software that allows formatting USB devices with FAT32 format is not lacking, but the truth is that I do not intend to offer an alternative to existing programs for this task, much less.

What I intend is to speed up the process of fixing when a device begins to have problems in relation to the loss of its total capacity, i.e.: if our device had the total capacity of 16 GB of memory, our computer shows us that it has any other capacity except that one.

This mostly happens when we use tools to burn ISO files to our USB device and then later, after reintroducing our USB device to our computer, it seems that our USB device "has lost some of its capacity", and here is where this small program comes into play, it basically the partition table of our device and then creates a new one, and this is how we have our total capacity 'restored', 99% of the situations in which it seems that our device has lost part of its total capacity, is because our device has an incorrect or damaged partition table so this tool does not only do a FAT32 formatting but it also creates a new partition table.

Links

I will leave some links related to this problem.

How to Install

You can download the script through curl, add the execution bit, and open it. Just execute the following three lines (once opened it will ask for your sudo password)

curl https://raw.githubusercontent.com/filisko/fat32-formatter/master/fat32_formatter.sh > fat32_formatter.sh
chmod +x fat32_formatter.sh
./fat32_formatter.sh

How to Use

Step 1: Choose the USB device that you want to format.

Step 1

Step 2: Confirm.

Step 2

Step 3: Enter a new label for your USB device.

Step 3

Step 4: Wait until the process finishes.

Step 4

About

Partition table cleaner and FAT32 formatter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages