Created
April 5, 2018 21:00
-
-
Save poeli/66ce9f5d5c79391f741aea38ebaba6fc to your computer and use it in GitHub Desktop.
exFAT support on CentOS 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
sudo mount -o nonempty /dev/sda1 /media/