← 返回命令列表

Linux command

tune.exfat 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

tune.exfat -l [/dev/sdXY]

Example

tune.exfat -L [new_label] [/dev/sdXY]

Example

tune.exfat -u [/dev/sdXY]

Example

tune.exfat -U [new_guid] [/dev/sdXY]

Example

tune.exfat -i [/dev/sdXY]

Example

tune.exfat -I [new_serial] [/dev/sdXY]

说明

tune.exfat adjusts tunable filesystem parameters on an exFAT filesystem. It can modify the volume label, GUID, and serial number without reformatting the filesystem. The device must be unmounted before modifying parameters. This tool is useful for changing volume identification without losing data.

参数

-l, --print-label
Print volume label
-L, --set-label _LABEL_
Set volume label
-u, --print-guid
Print volume GUID
-U, --set-guid _GUID_
Set volume GUID
-i, --print-serial
Print volume serial number
-I, --set-serial _SERIAL_
Set volume serial number

FAQ

What is the tune.exfat command used for?

tune.exfat adjusts tunable filesystem parameters on an exFAT filesystem. It can modify the volume label, GUID, and serial number without reformatting the filesystem. The device must be unmounted before modifying parameters. This tool is useful for changing volume identification without losing data.

How do I run a basic tune.exfat example?

Run `tune.exfat -l [/dev/sdXY]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -l, --print-label do in tune.exfat?

Print volume label