When trying to mount an exfat filesystem, I get the following error:
Error mounting /dev/sda6 at /media/gkp/Backup: Command-line
`mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda6" "/media/gkp/Backup"'
exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
Exfat is used on some USB sticks and camera sd cards. What can I do to mount this type of filesystem?
You get this error because the exfat filesystem is not installed in Ubuntu by default. exFAT is proprietary and patented by Microsoft.
Ubuntu 13.10 or higher
Since Ubuntu 13.10, this package is in the main repository. Just install
exfat-fuse
andexfat-utils
:Ubuntu 12.04
For ubuntu 13.04 and lower, you'll need a ppa to install the
exfat
support. Installation procedure:If you see the error
gpg: "tag:launchpad.net:2008:redacted" not a key ID: skipping
during theapt-add-repository
step, then you'll need to manually install the signing key and run theapt-get update
andapt-get install
steps after that:
As of November 25, 2019, this does not work yet in Ubuntu 19.10 Eoan, probably because apt just cannot grab exfat-fuse. I fixed this problem by downloading exfat-fuse deb directly. This is after installing a dependency.