How to Format a USB Drive to exFAT in Ubuntu using the Disks Utility

If you use Ubuntu Linux but frequently need to share files with Windows or macOS users, choosing the correct file system for your USB flash drive is critical. The default Linux file systems (like ext4) cannot be read natively by Windows or macOS. To ensure cross-platform compatibility without file size limitations, you should format your USB drive to exFAT.

Why Choose exFAT?

Historically, FAT32 was the standard for cross-platform USB drives. However, FAT32 has a strict 4 GB limit for individual files. If you try to copy a 5 GB video file to a FAT32 drive, the transfer will fail. exFAT solves this problem by supporting files larger than 4 GB while maintaining perfect compatibility across Linux, Windows, and macOS.

How to Format a Drive Using the GNOME Disks Utility

Ubuntu includes a powerful, graphical storage management tool called “Disks” that makes formatting incredibly simple. You do not need to use the command line.

  1. Insert your USB drive into an available port on your Ubuntu computer.
  2. Press the Super key (the Windows key) to open the Activities overview, type Disks, and press Enter to launch the utility.
  3. In the left-hand sidebar of the Disks application, carefully select your USB drive. Warning: Ensure you select the correct drive, as formatting will permanently erase all data on it.
  4. In the main window, look at the “Volumes” section. If the drive is currently mounted (indicated by a “play” symbol turning into a “stop” square), click the Unmount button (the square icon) below the volume graph.
  5. Click the Gears icon (Additional partition options) below the volume graph and select Format Partition.
  6. A new window will appear. Enter a name for your USB drive in the Volume Name field.
  7. In the “Type” section, select Other, and then click Next.
  8. Choose exFAT from the list of available file systems.
  9. Click Next, review the warning, and click Format to begin the process.

Once the process is complete, your USB drive will be perfectly formatted in exFAT, ready to transfer large files seamlessly between your Ubuntu machine and any Windows or Mac computer.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.