If you are facing the above error when you are connecting your USB portable drive to your PC / laptop to access your important valuable files data from your portable usb drive on linux ubuntu operating system follow simple instruction to resolve this problem..
In this case your OS required exFAT support, exFAT is a proprietary file system developed by Microsoft, you need to install using this command. This command will automatically install all the required packages and allow you to mount exFAT file system based USB drive on your ubuntu PC/LAPTOP..
Open Shell terminal
sudo su
# sudo apt-get install exfat-fuse exfat-utils
now try to access again.

0 Comments:
Post a Comment