无法挂载 64 GB SDXC

jay*_*151 12 sd-card exfat

我做了 13.04 的全新安装,现在我很难安装我的 SD 卡。我让它在我的旧系统上运行,旧系统也是 13.04,但我已经从 12.04 升级了。我现在不知道如何让它工作。

我在我的笔记本电脑上试过这个,这就是结果。有什么想法可以解决这个问题吗?

jay@jay-K55VD:~$ sudo apt-get install fuse-exfat exfat-utils Reading package lists... Done Building dependency tree
Reading state information... Done exfat-utils is already the newest version. 
The following NEW packages will be installed: fuse-exfat 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 
Need to get 0 B/26.4 kB of archives. 
After this operation, 98.3 kB of additional disk space will be used. 
Do you want to continue [Y/n]? y 
(Reading database ... 189001 files and directories currently installed.) 
Unpacking fuse-exfat (from .../fuse-exfat_1.0.1-1_i386.deb) ... 
dpkg: error processing /var/cache/apt/archives/fuse-exfat_1.0.1-1_i386.deb (--unpack): trying to overwrite '/usr/share/man/man8/mount.exfat-fuse.8.gz', 
which is also in package exfat-fuse 1.0.1-1 Processing triggers for man-db ... 
Errors were encountered while processing: /var/cache/apt/archives/fuse-exfat_1.0.1-1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Run Code Online (Sandbox Code Playgroud)

小智 21

sudo apt-get install exfat-fuse exfat-utils在 >= 13.04 它已经存在

注意:不要fuse-exfat与那些一起安装......这是包冲突的根源

  • 请注意,我的 14.04.1 LTS 上默认没有安装 exfat-fuse 和 exfat-utils。按照建议安装它们对我有用 (2认同)

小智 2

我使用 linux mint 收到了同样的错误,并按照该网站上的说明进行操作。

http://blog.drastudios.com/2013/04/add-exfat-support-to-ubuntu.html

基本上,我下载并安装了 .deb。

我确实看到了错误,但 exfat 现在可以正常安装,并且我可以读取/写入 64gb micro。