Skip to content

Instantly share code, notes, and snippets.

@li-xunhuan
Forked from poeli/exfat.sh
Created February 11, 2019 13:24
Show Gist options
  • Save li-xunhuan/c3347c29f8bd9ca3f78395bb846d42ae to your computer and use it in GitHub Desktop.
Save li-xunhuan/c3347c29f8bd9ca3f78395bb846d42ae to your computer and use it in GitHub Desktop.
exFAT support on CentOS 7
# ExFAT support on CentOS7
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
yum install exfat-utils fuse-exfat
# mount disk
# $sudo fdisk -l
# $sudo mount /dev/sda1 /media/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment