1

Im using Ubuntu v12.04.Its working fine but Im not able to mount my external harddrive.It says there is an error in mounting the hdd because of unknown file system exfat. Hope to find a few solutions.

neo
  • 219
  • 2
  • 6
crypto
  • 443
  • 1
  • 3
  • 10
  • This might be a dublicate of this http://askubuntu.com/questions/100278/how-do-i-install-and-mount-an-exfat-partition – McNisse Jan 20 '13 at 19:39

1 Answers1

1

did You try this:

   apt-add-repository ppa:relan/exfat
   apt-get install fuse-exfat

?

more: http://apcmag.com/how-to-enable-exfat-in-ubuntu.htm

Mazeryt
  • 226