最近在使用移动硬盘时发现有些品牌的移动硬盘不支持Linux系统,此时需要对电脑安装驱动。
否则会出现如下错误:
mount:unknown filesystem type 'exfat'
说明挂载失败。
解决方案参考地址(https://blog.csdn.net/flexitime/article/details/45486185):
Ubuntu 13.10 或以上
安装exfat-fuse:
sudo apt-get install exfat-fuse
Ubuntu 13.04 或以下
sudo apt-add-repository ppa:relan/exfat
sudo apt-get update
sudo apt-get install fuse-exfat