Last active
February 25, 2021 23:19
-
-
Save backroot/bbf14a230c359a5152a662682151bad6 to your computer and use it in GitHub Desktop.
exFAT USB Device mount for CentOS 7
This file contains hidden or 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
sudo yum install -y https://forensics.cert.org/cert-forensics-tools-release-el7.rpm | |
sudo yum install -y exfat-utils | |
sudo mount -t exfat /dev/sda1 /media/ssd/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment