How to Mount and Use an exFAT Drive on Fedora Linux

Yesterday, I got this hard drive from a collaborator with huge amount of sequencing data on it. Under fedora 23, I pluged in the hardrive, open the browser, click on the hard drive name and and got this error message:

Error mounting /dev/sdb1 at /media/BLABLIBLABLA: Command-line `mount
-t “exfat” -o “uhelper=udisks2,nodev,nosuid,uid=1001,gid=1001,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077”
“/dev/sdb1” “/media/BLABLIBLABLA DATA”‘ exited with non-zero exit status 32: mount: unknown filesystem type ‘exfat’

damm. Okay, after a quick browsing it appears that you just need to install this package:


sudo dnf -y install exfat

but it was already installed. After some more browsing, you also need that one:

sudo dnf -y install fuse-exfat

And that’s it.

Please follow and like us:
This entry was posted in Linux and tagged . Bookmark the permalink.

10 Responses to How to Mount and Use an exFAT Drive on Fedora Linux

Leave a Reply

Your email address will not be published.