无法安装 64 GB SDXC

无法安装 64 GB SDXC

我全新安装了 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)

答案1

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

笔记:不要fuse-exfat与这些一起安装……这是软件包冲突的根源

答案2

使用 Linux Mint 时我遇到了同样的错误,并按照此网站上的说明进行操作。

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

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

我确实看到了错误,但是 exfat 现在可以正常安装,我可以读取/写入 64gb 微型计算机。

相关内容