【linux基礎】mount: unknown filesystem type 'exfat'


前言
博主新到手一個三星的固態硬盤,插入不同的設備,並不能正常識別該設備,本文對此問題進行記錄。
問題
Error mounting /dev/sda1 at /media/nvidia/Samsung_T5: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1001,gid=1001,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sda1" "/media/nvidia/Samsung_T5"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'

原因

應該是與硬盤的type有關,可參考here;

sudo apt-get install exfat-fuse

這個方法在TX2和工作站上都可以解決該問題,但聯想筆記本遇到這個問題,使用這種方法卻不好使,不知什么原因,沒有深究;

出現的錯誤

~$ sudo apt-get install exfat-fuse
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-image-generic : Depends: linux-image-4.4.0-165-generic but it is not going to be installed or
                                linux-image-unsigned-4.4.0-165-generic but it is not going to be installed
 linux-modules-extra-4.4.0-154-generic : Depends: linux-image-4.4.0-154-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-154-generic but it is not going to be installed
 linux-modules-extra-4.4.0-165-generic : Depends: linux-image-4.4.0-165-generic but it is not going to be installed or
                                                  linux-image-unsigned-4.4.0-165-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

 好像和linux的內核版本有關。

后來項目原因重裝雙系統,內核版本可能有更改,使用以上腳本可以掛在移動硬盤。

(base) zrj@zrj:~$ uname -a
Linux xxx 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

 

參考

1. ubuntu掛載移動硬盤出現錯誤


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM