Fix unknown filesystem type ‘exfat’ in Ubuntu 18.04

Last updated: April 5, 2020

ubuntu bootable usb

Today when I plugged my new USB flash drive into Ubuntu 18.04 laptop, I got an error pop up that said ‘Unable to access “125GB Volume”. Error mounting /dev/sdb1 at /media/xxx/xxx: unknown filesystem type ‘exfat’

After a little search on the packages.ubuntu.com, I found Ubuntu main repositories offer exfat-fuse to read and write exFAT driver for FUSE, and exfat-utils to create, check, label and dump exFAT filesystem.

Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu.

When terminal opens, run command to install the two packages:

sudo apt install exfat-fuse exfat-utils

Once installed successfully, Ubuntu 18.04 should mount exfat USB drive automatically next time you plugged it in.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to Fix unknown filesystem type ‘exfat’ in Ubuntu 18.04

  1. Wow. It Worked. Thanks for the simple and easy fix.

  2. very simple, Its works. Thanks!!!