HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
tune.exfatcommandexfatclitunablefilesystemadjustparameters
linux

Problem

How to use the tune.exfat command: Adjust tunable filesystem parameters on an exFAT filesystem. More information: <https://manned.org/tune.exfat>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/tune.exfat

Revisions (0)

No revisions yet.