$ sudo apt-get install exfat-fuse exfat-utils
If you need to mount it from the command line, you could do
$ sudo mkdir /media/exfat
$ sudo mount -t exfat /dev/sdxx /media/exfat
where /dev/sdxx could be /dev/sda1 or /dev/sda2, or so on.
If you are not sure whether the exfat partition you are looking for is /dev/sda1 or /dev/sda2, then you could also run
$ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
Thanks!
ReplyDeleteHope it helped!
DeleteWorked like charm! Thanks for the tip!
ReplyDeleteHi, I'm doing something wrong but not sure what. Also I'm booting from a flash drive, not sure if that means i can't do this?
ReplyDeletehere is the error I'm getting
ubuntu@ubuntu:~$ sudo apt-get install exfat-fuse exfat-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package exfat-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package exfat-fuse
E: Package 'exfat-utils' has no installation candidate
thanks for any help
Hi, which version of Ububtu is it? You may wabt to try solutions here: http://askubuntu.com/questions/451364/how-to-enable-exfat-in-ubuntu-14-04
Deletei'm in ubuntu 16.04 and get a error
ReplyDeleteFUSE exfat 1.2.3
ERROR: exFAT file system is not found.
and i have the packages
exfat-fuse is already the newest version (1.2.3-1).
exfat-utils is already the newest version (1.2.3-1).
fuse is already the newest version (2.9.4-1ubuntu3.1).
It was necessary to format the usb drive in the windows (it has extfat) to recognize in ubuntu 16.04
ReplyDeleteThank you for your input! I
DeleteHi,I got exactly the same error as Eric Koehler. It works fine previously on my previous OS (Zorin OS 9) but now that I have updated to Zorin OS 12, I got that error :(
ReplyDeleteI did this on Ubuntu only, so I can't really help you with Zorin OS. Perhaps you may want to take a look at https://github.com/relan/exfat
DeleteThanks!
ReplyDeleteThanks you are a master
ReplyDeleteThanks a ton boss, worked like a charm. I was having problem opening my exFat formatted USB drive, your solution of simple apt-get install command was the only thing that was needed. Bless you sir
ReplyDeleteOn xubuntu 16.04 lts it works. After installing exfat-fuse packages exfat partition was mounted from gnome disks gui as well from cli.
ReplyDeleteThanks for advise.
Thanks, it worked for me.
ReplyDeleteAppreciate this... Worked for me, new 8TB USB drive on 16.04
ReplyDeleteThank you!
ReplyDelete