I am trying to copy a micro sd (which was formatted by my mavic mini drone) mounted on a sd reader, and transfer the videos to my computer. I get this error:
"Unable to access "128 GB Volume" Error mounting/dev/sdc1 at/media/whooth2/3435-3234:unknown filesystem type 'exfat'
I have tried installing exFAT Support:
sudo apt-get install exfat-fuse exfat-utils
This came up:
wbooth2@wbooth2-desktop:~$ sudo apt-get install exfat-fuse-exfat-utils
[sudo] password for wbooth2:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package exfat-fuse-exfat-utils
wbooth2@wbooth2-desktop:~$
$ sudo apt-get install exfat-fuse exfat-utils
[sudo] password for wbooth2:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have unmet dependencies:
libpython2.7 : Depends: libpython2.7-stdlib (= 2.7.17-1~18.04) but 2.7.15-4ubuntu4~18.04.2 is to be installed
python2.7 : Depends: python2.7-minimal (= 2.7.17-1~18.04) but 2.7.15-4ubuntu4~18.04.2 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution)
I've never used a SD reader before and I am not trained in using this language and programing.