How To Mount And Use An Exfat Drive On Linux
The exFAT file system is ideal for flash drives and SD cards. It’s like FAT32, but without the 4 GB file size limit. You can use exFAT drives on Linux with full read-write support, but you’ll need to install a few packages first. Try connecting an exFAT-formatted drive without installing the required software and you’ll often see “Unable to mount” error message saying “unknown file system type: ‘exfat’.” How to Install exFAT Support We performed this process on Ubuntu 14....