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 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