ubuntu 16.04 desktop + server LTS - mount: unknown filesystem type 'exfat'

ubuntu 16.04 desktop + server LTS - mount: unknown filesystem type 'exfat'

1. mount: unknown filesystem type 'exfat'

Unable to mount WD-02
Error mounting /dev/sdd2 at /media/yongqiang/WD-02: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1002,gid=1002,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdd2" "/media/yongqiang/WD-02"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'

2. solution

yongqiang@yongqiang-server:~$ sudo apt-get install exfat-utils exfat-fuse
[sudo] password for yongqiang: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libllvm4.0
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  exfat-fuse exfat-utils
0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
Need to get 64.9 kB of archives.
After this operation, 281 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 exfat-fuse amd64 1.2.3-1 [24.8 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu xenial/universe amd64 exfat-utils amd64 1.2.3-1 [40.1 kB]
Fetched 64.9 kB in 1s (47.4 kB/s)      
Selecting previously unselected package exfat-fuse.
(Reading database ... 216501 files and directories currently installed.)
Preparing to unpack .../exfat-fuse_1.2.3-1_amd64.deb ...
Unpacking exfat-fuse (1.2.3-1) ...
Selecting previously unselected package exfat-utils.
Preparing to unpack .../exfat-utils_1.2.3-1_amd64.deb ...
Unpacking exfat-utils (1.2.3-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up exfat-fuse (1.2.3-1) ...
Setting up exfat-utils (1.2.3-1) ...

yongqiang@yongqiang-server:~$ sudo reboot


猜你喜欢

转载自blog.csdn.net/chengyq116/article/details/80382034