我最近为音乐播放器买了一张 microSD 卡,我试图将它安装在我的电脑上来传输音乐,但出现了以下错误:
无法挂载 127 GB 卷
在 /media/blank/9C33-6BBD 上安装 /dev/sdb1 时出错:命令行“mount -t“exfat”-o“uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077”“/dev/sdb1”“/media/blank/9C33-6BBD”' 以非零退出状态 32 退出:mount:未知文件系统类型“exfat”
我正在尝试通过 USB 适配器安装 microSD - 我尝试了 2 个不同的适配器,但没有任何区别。我的系统是 Ubuntu 14.04。
我已经跑了
lsusb
sudo fdisk -l
结果是:
blank@blank:~$ lsusb Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 006: ID 0420:1307 Chips and Technologies Celly SIM Card Reader Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 010 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc. Optical Mouse Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub blank@blank:~$ sudo fdisk -l [sudo] password for blank:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4eb6e04c
Device Boot Start End Blocks Id System
/dev/sda1 * 63 212700599 106350268+ 7 HPFS/NTFS/exFAT
/dev/sda2 212701184 391024639 89161728 82 Linux swap / Solaris
/dev/sda3 391026686 1953523711 781248513 5 Extended
/dev/sda5 1919977472 1953523711 16773120 82 Linux swap / Solaris
/dev/sda6 391026688 1919977471 764475392 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 127.0 GB, 126968922112 bytes
255 heads, 63 sectors/track, 15436 cylinders, total 247986176 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 32768 247986175 123976704 7 HPFS/NTFS/exFAT
关于问题是什么以及我该如何解决它,有什么指示吗?
答案1
问题是您的 SD 卡使用 exFAT 格式化,Ubuntu 本身不支持。您必须安装一些额外的软件包才能访问 exFAT 卷。请按照此答案操作这里。