logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create exFAT Filesystem - Format Partitions | Online Free DevTools by Hexmos

Create exFAT filesystem with mkfs.exfat. Format partitions and set volume labels for optimal data storage and compatibility. Free online tool, no registration required.

mkfs-exfat

Create an exfat filesystem inside a partition. More information: https://manned.org/mkfs.exfat.

  • Create an exfat filesystem inside partition Y on device X:

mkfs.exfat {{/dev/sdXY}}

  • Create filesystem with a volume-name:

mkfs.exfat {{[-L|--volume-label]}} {{volume_name}} {{/dev/sdXY}}

  • Create filesystem with a volume-id:

mkfs.exfat {{[-U|--volume-guid]}} {{volume_id}} {{/dev/sdXY}}

See Also