-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# tune.exfat | ||
|
||
> Ajusta los parámetros del sistema de archivos en un sistema de archivos exFAT. | ||
> Más información: <https://manned.org/tune.exfat>. | ||
- Imprime la etiqueta de volumen de un sistema de archivos: | ||
|
||
`tune.exfat {{-l|--print-label}} {{/dev/sdXY}}` | ||
|
||
- Establece la etiqueta de volumen de un sistema de archivos: | ||
|
||
`tune.exfat {{-L|--set-label}} {{nueva_etiqueta}} {{/dev/sdXY}}` | ||
|
||
- Imprime el GUID del volumen de un sistema de archivos: | ||
|
||
`tune.exfat {{-u|--print-guid}} {{/dev/sdXY}}` | ||
|
||
- Establece el GUID de volumen de un sistema de archivos: | ||
|
||
`tune.exfat {{-U|--set-guid}} {{nuevo_guid}} {{/dev/sdXY}}` | ||
|
||
- Imprime el número de serie del volumen de un sistema de archivos: | ||
|
||
`tune.exfat {{-i|--print-serial}} {{/dev/sdXY}}` | ||
|
||
- Establece el volumen de serie de un sistema de archivos: | ||
|
||
`tune.exfat {{-I|--set-serial}} {{nuevo_serial}} {{/dev/sdXY}}` |