📌  相关文章
📜  为什么没有显示 linux 驱动器名称 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.903000             🧑  作者: Mango

代码示例1
# To change the labels of drives use one of these commands:

$ sudo e2label /dev/sdc6 Data

#OR
$ sudo sudo tune2fs -L Data /dev/sdc6