Accessing ExFAT partition on Fedora / 在Fedora系統上讀寫ExFAT分區

---
title	Accessing ExFAT partition on Fedora
titlecn	在Fedora系統上讀寫ExFAT分區
author	Charles Shih <[email protected]>
date	2019-12-06
updated	2019-12-06
tags	ExFAT,mount,Fedora,Red Hat Linux
---

文章目錄

Backgroud

ExFAT filesystem is widely supported on Windows and MacOS. So if you’d like to use your block device across Windows and MacOS, format it as ExFAT would be a great choice. This filesystem also can be accessed by Linux. But by default, Linux doesn’t support ExFAT filesystem, so you will get the following prompts while mounting the ExFAT partition to your system:

Error mounting /dev/xxx at xxxx: unknown filesystem type 'exfat' (udisks-error-quark, 0)

Solution

To access the ExFAT partition on Fedora, RHEL or CentOS system can be very easy. Just install fuse-exfat and exfat-utils packages on your system. The command should be:

sudo dnf install fuse-exfat exfat-utils

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章