Skip to content

Instantly share code, notes, and snippets.

@backroot
Last active February 25, 2021 23:19
Show Gist options
  • Save backroot/bbf14a230c359a5152a662682151bad6 to your computer and use it in GitHub Desktop.
Save backroot/bbf14a230c359a5152a662682151bad6 to your computer and use it in GitHub Desktop.
exFAT USB Device mount for CentOS 7
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