- This guide assumes you already have the required packages installed.
- Create a partition of type "7" (in fdisk): HPFS/NTFS/exFAT
- Format it using "mkfs.exfat"
Create a partition and set it to type "7" in fdisk.
2) Format the partition:
Let's assume your partition is "/dev/sdc1":
Code: Select all
$ sudo mkfs.exfat -n "LABEL" /dev/sdc1
That's it! Your new exFAT partition ready to use.mkexfatfs 1.2.3
Creating... done.
Flushing... done.
File system created successfully.