Tangwx

Tangwx

博客网站

Solution for Ubuntu 16.04 to Mount ExFAT Large Capacity USB Flash Drive Online and Offline

Solution for Ubuntu 16.04 Unable to Mount Large Capacity exFAT USB Drive Online and Offline#

When Ubuntu reads a USB drive, it may display an error message stating that it cannot mount a 64GB (or larger capacity) volume.

image-20230818111323219

Or

image-20230818105548243

If the USB drive is not recognized by the Ubuntu virtual machine when plugged into the computer, you can go to the settings and update the USB drive compatibility from USB 2.0 to USB 3.0 (assuming your USB drive is USB 3.0).

image-20230818105349410

1. Online Solution#

Enter the following command to install the exfat-utils software, which allows your computer to recognize large capacity USB drives:

sudo apt-get install exfat-utils

image-20230818111647091

After the installation is complete, reopen the USB drive and it should be recognized.

image-20230818111716250

2. Offline Solution#

  1. Download the exfat-nofuse project from GitHub. If you cannot access GitHub, I provide a Lanzouyun link.

image-20230818112153520

  1. Place the downloaded zip file into the virtual machine. You can extract it directly using a graphical interface or use the command uzip exfat-nofuse-master.zip to extract it.
  2. Go into the extracted folder, open the terminal, and enter the following commands:
make
sudo make install

image-20230818112618364

  1. You should now be able to open exFAT formatted USB drives.

image-20230818112655943

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.