mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 02:48:40 +00:00
Update cheatsheets
This commit is contained in:
13
linux/mlabel
Normal file
13
linux/mlabel
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mlabel
|
||||
|
||||
> Set an MS-DOS volume label for FAT and VFAT filesystems.
|
||||
> More information: <https://www.gnu.org/software/mtools/manual/mtools.html#mlabel>.
|
||||
|
||||
- Set a filesystem label:
|
||||
|
||||
`mlabel -i /dev/{{sda}} ::"{{new_label}}"`
|
||||
Reference in New Issue
Block a user