Last active
January 4, 2021 09:46
-
-
Save asmattic/0436442bae60b7673fca5f146aee0b5b to your computer and use it in GitHub Desktop.
Add exFat Filesystem support to Linux
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
# 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