ExFAT on Linux

From Free Knowledge Base- The DUCK Project
Revision as of 13:07, 13 November 2019 by Ke0etz (talk | contribs) (Created page with "Discussing exFAT compatibility on Linux - install exfat-utilis package which will enable read and write exFAT filesystem to any device node on the Linux system. For Mint / Ub...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Discussing exFAT compatibility on Linux - install exfat-utilis package which will enable read and write exFAT filesystem to any device node on the Linux system.

For Mint / Ubuntu or other debain based derivatives using APT

sudo apt install exfat-utils

To format a USB Flash drive:

sudo mkfs.exfat /dev/sdc1