我知道在 Linux 下设置 VFAT 卷名称的唯一方法是mkfs.vfat -n desired_name ...
,这显然会破坏卷的内容。
有没有办法像 Windows 那样非破坏性地更改卷名?
此名称可方便地用于命名自动挂载时的卷。
(我很乐意使用更好的 FS,但我所有的相机都只需要 VFAT 格式的闪存介质。)
答案1
您可以使用dosfslabel
(来自与 相同的包mkfs.vfat
):
dosfslabel /path/to/device newlabel
或者mlabel
来自mtools
:
mlabel -i /path/to/device ::newlabel