2025-01-17 06:07:35 +01:00
|
|
|
# tune.exfat
|
|
|
|
|
|
|
|
> Adjust tunable filesystem parameters on an exFAT filesystem.
|
|
|
|
> More information: <https://manned.org/tune.exfat>.
|
|
|
|
|
|
|
|
- Print the volume label of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-l|--print-label]}} {{/dev/sdXY}}`
|
2025-01-17 06:07:35 +01:00
|
|
|
|
|
|
|
- Set the volume label of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-L|--set-label]}} {{new_label}} {{/dev/sdXY}}`
|
2025-01-17 06:07:35 +01:00
|
|
|
|
|
|
|
- Print the volume GUID of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-u|--print-guid]}} {{/dev/sdXY}}`
|
2025-01-17 06:07:35 +01:00
|
|
|
|
|
|
|
- Set the volume GUID of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-U|--set-guid]}} {{new_guid}} {{/dev/sdXY}}`
|
2025-01-17 06:07:35 +01:00
|
|
|
|
|
|
|
- Print the volume serial of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-i|--print-serial]}} {{/dev/sdXY}}`
|
2025-01-17 06:07:35 +01:00
|
|
|
|
|
|
|
- Set the volume serial of a filesystem:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`tune.exfat {{[-I|--set-serial]}} {{new_serial}} {{/dev/sdXY}}`
|