Skip to content

Instantly share code, notes, and snippets.

@poeli
Created April 5, 2018 21:00
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save poeli/66ce9f5d5c79391f741aea38ebaba6fc to your computer and use it in GitHub Desktop.
Save poeli/66ce9f5d5c79391f741aea38ebaba6fc 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/
@Chindala-Pavan
Copy link

sudo mount -o nonempty /dev/sda1 /media/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment