Skip to content

Instantly share code, notes, and snippets.

@coltenkrauter
Created November 14, 2022 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coltenkrauter/d16f95494ba26a9ac41c40e033797742 to your computer and use it in GitHub Desktop.
Save coltenkrauter/d16f95494ba26a9ac41c40e033797742 to your computer and use it in GitHub Desktop.
Format disk as exFat on Ubuntu
lsblk -f -e7 -e11 # View disk paths
sudo apt install exfat-fuse exfatprogs
sudo mkfs.exfat -n DISK_LABEL /dev/sdX # Update this with correct path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment