Ubuntu mount錯誤 unknown filesystem type 'exfat'
Ubuntu mount錯誤 unknown filesystem type ‘exfat’
在 windows 與 Ubuntu 雙系統下, 難免會遇到資料共享的問題, 除了之前介紹過的在 windows 中讀取 ext4 磁區的方法以外, 反過來可在 Ubuntu 支援 exfat, 不過第一次使用會遇到:
Ubuntu mount錯誤 unknown filesystem type ‘exfat’
出現 unknown filesystem type ‘exfat’ 錯誤原因很簡單, 單純因為預設讀取 exfat 的套件沒安裝, 安裝指令如下: sudo apt-get install exfat-fuse exfat-utils
不管是在實際的 Ubuntu 中還是 Virtual machine 中, 若是要讀取 windows 系統的資料夾, 都要安裝此套件, 當然 Virtual machine 的共用資料夾也屬於此類, 如果看的到但是點進去就出現錯誤, 多半就…
View On WordPress














