我正在尝试复制安装在 SD 读卡器上的微型 SD(由我的 Mavic Mini 无人机格式化),并将视频传输到我的电脑。我收到此错误:
“无法访问“128 GB 卷”在 /media/whooth2/3435-3234 处安装 /dev/sdc1 时出错:未知文件系统类型“exfat”
我已尝试安装 exFAT 支持:
sudo apt-get install 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
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)
我之前从未使用过 SD 阅读器,也没有接受过使用这种语言和编程的培训。