Unable to mount my external exfat disk

63,734

You get this error because the exfat filesystem is not installed in Ubuntu by default. exFAT is a proprietary and patented by Microsoft.

Since Ubuntu 13.10, this package is in the main repository. Just install exfat-fuse and exfat-utils:

sudo apt-get install exfat-fuse exfat-utils

Source: Pablo Bianchi - Mount unknown filesystem exfat

Share:
63,734

Related videos on Youtube

Byte Commander
Author by

Byte Commander

Ask Ubuntu moderator♦, IT student and DevOps engineer. I love Ubuntu, Python, good music and coffee, although not necessarily in that order. You can easily contact me in the Ask Ubuntu General Room most of the time, or on Discord as @ByteCommander#2800. I'd also love to invite you to my Ubuntu Hideout Discord Server btw. PS: My profile picture is derived from "Wolf Tribals" by user HaskDitex (DeviantArt.com), which is under creative Commons 3.0 License. Currently I'm using the character "Dregg Morriss" from the game "Medieval Cop" by Vasant Jahav ("Gemini Gamer"). It can be found here.

Updated on September 18, 2022

Comments

  • Byte Commander
    Byte Commander almost 2 years

    It is saying this:

    Error mounting /dev/sdc2 at /media/sudheer/Untitled:
      Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,
      iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdc2" 
      "/media/sudheer/Untitled"' 
    exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
    
    • Admin
      Admin over 6 years
      On 16.04.4 one can drop the -get suffix, i.e. sudo apt install exfat-fuse exfat-utils is all that is needed.
  • user2364305
    user2364305 over 6 years
    no need to disconnect the drive after installation, just click it again in nautilus
  • SumNeuron
    SumNeuron almost 5 years
    I am getting these errors even after installation ...