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

Tune exFAT - Adjust exFAT Parameters | Online Free DevTools by Hexmos

Adjust exFAT parameters with tune.exfat. Control volume labels and GUIDs on exFAT filesystems via the command line. Free online tool, no registration required.

tune-exfat

Adjust tunable filesystem parameters on an exFAT filesystem. More information: https://manned.org/tune.exfat.

  • Print the volume label of a filesystem:

tune.exfat {{[-l|--print-label]}} {{/dev/sdXY}}

  • Set the volume label of a filesystem:

tune.exfat {{[-L|--set-label]}} {{new_label}} {{/dev/sdXY}}

  • Print the volume GUID of a filesystem:

tune.exfat {{[-u|--print-guid]}} {{/dev/sdXY}}

  • Set the volume GUID of a filesystem:

tune.exfat {{[-U|--set-guid]}} {{new_guid}} {{/dev/sdXY}}

  • Print the volume serial of a filesystem:

tune.exfat {{[-i|--print-serial]}} {{/dev/sdXY}}

  • Set the volume serial of a filesystem:

tune.exfat {{[-I|--set-serial]}} {{new_serial}} {{/dev/sdXY}}

See Also