Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> 怎麼解決Ubuntu系統無法掛載U盤的問題?

怎麼解決Ubuntu系統無法掛載U盤的問題?

日期:2017/1/25 10:15:21      編輯:關於Linux

  Ubuntu系統無法掛載U盤設備,提示錯誤為:mount:未知文件系統類型“exfat”。這是因為Ubuntu默認情況下是不允許掛載U盤的,想在Ubuntu系統下掛載U盤,就要用下面的方法了。

怎麼解決Ubuntu系統無法掛載U盤的問題?

  一、安裝exfat磁盤格式工具:

  sudo apt-get install exfat-utils

  安裝好之後重新插拔一下U盤設備或者手機就行了。

  二、較早版本的Ubuntu系統可以依次執行:

  sudo add-apt-repository ppa:relan/exfat

  sudo apt-get update

  sudo apt-get install exfat-utils fuse-exfat

  以上就是怎麼解決Ubuntu系統無法掛載U盤問題的全部介紹了,執行上述操作後,把U盤拔下來再重新插上去,應該就可以把U盤掛載到Ubuntu系統上了。

Copyright © Windows教程網 All Rights Reserved