mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 10:15:38 +02:00
{dump,tune}.exfat: add page (#15520)
This commit is contained in:
parent
a42add902d
commit
923a763a8d
2 changed files with 36 additions and 0 deletions
8
pages/linux/dump.exfat.md
Normal file
8
pages/linux/dump.exfat.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# dump.exfat
|
||||
|
||||
> Show on-disk information of an exFAT filesystem.
|
||||
> More information: <https://manned.org/dump.exfat>.
|
||||
|
||||
- Print on-disk information for a given filesystem:
|
||||
|
||||
`dump.exfat {{/dev/sdXY}}`
|
28
pages/linux/tune.exfat.md
Normal file
28
pages/linux/tune.exfat.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue