

Some allow up to 100,000 write/erase cycles, depending on the exact type of memory chip used, and are thought to physically last between 10 and 100 years under normal circumstances ( shelf storage time ).Ĭommon uses of USB flash drives are for storage, supplementary back-ups, and transferring of computer files. As of 2018, 2 TB flash drives were the largest available in terms of storage capacity. As of March 2016, flash drives with anywhere from 8 to 256 gigabytes (GB ) were frequently sold, while 512 GB and 1 terabyte (TB ) units were less frequent. Since first appearing on the market in late 2000, as with virtually all other computer memory devices, storage capacities have risen while prices have dropped. It is typically removable, rewritable and much smaller than an optical disc. A SanDisk Cruzer USB drive from 2011, with 4 GB of storage capacity A SanDisk Ultra Flair USB drive from 2020, attached to an HP laptopĪ USB flash drive (also called a thumb drive in the US, or a memory stick in the UK & Pen Drive in many countries) is a data storage device that includes flash memory with an integrated USB interface. For the flash drive brand, see USB FlashCard. For the fictional space travel method, see Hyperspace. In Ubuntu 20.04 and lower versions, you can use the following command: sudo apt install exfat-fuse exfat-utilsįor Ubuntu 22."Jump drive" redirects here. Otherwise, you can enable exFAT support explicitly. If it is kernel 5.4 or higher, you should be fine (mostly). Check which Linux kernel version you are running. Starting Linux kernel 5.4, exFAT filesystem support is enabled in the Linux kernel itself. Format disk as exFAT using command line.Format disk as exFAT using graphical tool.And in this tutorial, I’ll show you how to format a USB disk in exFAT filesystem.

To overcome the limitations of FAT filesystem, Microsoft came up with exFAT filesystem. You cannot use NTFS and FAT filesystem has that 4 GB size restrictions. This creates a problem in situation like when you are creating a bootable USB of Windows in Linux. This means even if your USB disk has 32 GB of free space, if you try to transfer a ISO image or some other file greater than 4 GB in size, the transfer will fail. The one major problem with FAT filesystem is that you cannot transfer a file larger than 4 GB. It is compatible with pretty much all the major operating systems. Both GUI and command line methods have been discussed.įor a long time FAT has been the default choice of filesystem for formatting disks. Brief: This tutorial teaches you how to format a USB disk in exFAT format on Linux systems.
