Previously, I was able to read from and write to my 128GB Micro SDXC storage card, which is always removed from my computer correctly (i.e. using the "eject" option)... It is also removed from my cell phone correctly, because I switch my cell phone off before I remove the storage card.
Now however, when I try to mount my storage card in Ubuntu, I am told:
Unable to access "Phablet"
Error mounting /dev/sdc1 at /media/gregoryopera/Phablet: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1003,gid=1003,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdc1" "/media/gregoryopera/Phablet"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
Nothing on my storage card has changed (i.e. it is the same format it has always been) and aside from the usual day-to-day updates, nothing on my computer has changed either...
Any assistance would be great.
You have to install exfat driver in LINUX to access the exFAT formatted partitions in linux
I took this from this post, please see that for more information.
In Ubuntu, you have to add a PPA and then install it. In ubuntu, open the terminal and type the following :
In Ubuntu, I use the following command to install it successfully.
Now you will have the exFAT driver installed in your LINUX. Reboot your system and use your exFAT drive like every other drives.