Created
September 22, 2018 01:46
-
-
Save ipepe/eda3a5341b1e31dad43403a3fe621c9d to your computer and use it in GitHub Desktop.
ExFat support on Ubuntu Server 18.04 LTS
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
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" | |
sudo apt-get update | |
sudo apt-get install exfat-fuse exfat-utils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I LOVE YOU!