- Add the repository:
sudo add-apt-repository ppa:relan/exfat
- Update the package list:
sudo apt-get update
- Install the exfat package:
sudo apt-get install fuse-exfat
- Create the mount folder:
sudo mkdir /media/exfat
- Mount the filesystem (replace sdc1 with your exfat partition):
sudo mount -t exfat /dev/sdc1 /media/exfat
- Read and write to /media/exfat to your heart's desire.
- When you are done, unmount the filesystem:
sudo umount /media/exfat
ubuntu支持exfat分区
最新推荐文章于 2022-06-10 15:19:58 发布