From 54bc946f8eec407eff19b275e70d42361c5ca77f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:53:19 +0300 Subject: [PATCH] mlabel: add page (#10460) Co-authored-by: K.B.Dharun Krishna --- pages/linux/mlabel.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/mlabel.md diff --git a/pages/linux/mlabel.md b/pages/linux/mlabel.md new file mode 100644 index 000000000..005c5af29 --- /dev/null +++ b/pages/linux/mlabel.md @@ -0,0 +1,8 @@ +# mlabel + +> Set an MS-DOS volume label for FAT and VFAT filesystems. +> More information: . + +- Set a filesystem label: + +`mlabel -i /dev/{{sda}} ::"{{new_label}}"`