1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 10:06:01 +02:00
tldr/pages/linux/tune.exfat.md

29 lines
724 B
Markdown
Raw Normal View History

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:
`tune.exfat {{[-l|--print-label]}} {{/dev/sdXY}}`
2025-01-17 06:07:35 +01:00
- Set the volume label of a filesystem:
`tune.exfat {{[-L|--set-label]}} {{new_label}} {{/dev/sdXY}}`
2025-01-17 06:07:35 +01:00
- Print the volume GUID of a filesystem:
`tune.exfat {{[-u|--print-guid]}} {{/dev/sdXY}}`
2025-01-17 06:07:35 +01:00
- Set the volume GUID of a filesystem:
`tune.exfat {{[-U|--set-guid]}} {{new_guid}} {{/dev/sdXY}}`
2025-01-17 06:07:35 +01:00
- Print the volume serial of a filesystem:
`tune.exfat {{[-i|--print-serial]}} {{/dev/sdXY}}`
2025-01-17 06:07:35 +01:00
- Set the volume serial of a filesystem:
`tune.exfat {{[-I|--set-serial]}} {{new_serial}} {{/dev/sdXY}}`