Skip to content

Instantly share code, notes, and snippets.

@asmattic
Last active January 4, 2021 09:46
Show Gist options
  • Save asmattic/0436442bae60b7673fca5f146aee0b5b to your computer and use it in GitHub Desktop.
Save asmattic/0436442bae60b7673fca5f146aee0b5b to your computer and use it in GitHub Desktop.
Add exFat Filesystem support to Linux
# Add support for more packages
sudo add-apt-repository universe
# Add support for even more packages
sudo add-apt-repository multiverse
sudo apt update
# Add support for exfat filesystem
sudo apt install exfat-fuse exfat-utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment