

WARNING: Be really careful before formating a disk, you will not be able to recover your data, double check that you are applying the command to the right device before you hit ENTER Now lets format it with: mkdosfs -F 32 -I /dev/sdc1 Units = cylinders of 5544 * 512 = 2838528 bytesĪs you can see /dev/sdc is where my usb thumb drive was connected. Partition 3 does not end on cylinder boundary. Partition 2 does not end on cylinder boundary.

I/O size (minimum/optimal): 512 bytes / 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes You will see something like this: Disk /dev/sda: 80.0 GB, 80026361856 bytesĢ55 heads, 63 sectors/track, 9729 cylinders Now that you have the right tools installed, it is time to use it, so to format a usb drive using FAT32 first insert your usb drive in the usb slot of your computer, and check with fdisk -l Install dosfstools in Slackware slackpkg install dosfstools Install dosfstools in Arch Linux pacman -Sy dosfstools Install dosfstools in Debian / Ubuntu apt-get install dosfstools The package you need to install in your Linux PC to be able to format disk using FAT32 file system is: dosfstools What you need is to format the usb drive using FAT32 file system. Insert the Ubuntu live USB drive or CD and boot your PC into it.How to format a usb drive with FAT32 file system on Linuxįor all Linux users, work with usb drives, is really easy, and share data with Windows users through it, is also easy.Īt least before you need to format the usb drive for any reason, if you format it using Linux ext3 or any other Linux mode, you will not be able (at least not easily) to share data with Windows users. Phase 1 – Partitioning the USB Flash Drive First, we format and create partitions on the USB flash drive, and in the next phase, we will install Ubuntu in it. The entire process can be classified into two broad phases. Empty USB flash drive of at least 16GB capacity where we will be installing the full Ubuntu.Ubuntu Live USB drive or a CD: If you don’t have one, you can create one using our guide here.The advantage of installing a full Ubuntu on a flash drive when compared to a live environment is the ability to have a portable and personalized Ubuntu with your choice of applications, login ID, and updatable system. How to speed up Applications menu in Ubuntu 18.04.

