mxochicale / tools

:octocat: :hammer_and_wrench: My Collection Of Scientific/Engineering Tools
Apache License 2.0
5 stars 2 forks source link

Formatting hard drive with exFAT format #22

Open mxochicale opened 1 year ago

mxochicale commented 1 year ago
sudo fdisk -l
sudo apt install exfat-utils
sudo mkfs.exfat -n LABEL /dev/sdXn

https://itsfoss.com/format-exfat-linux/