зеркало из
https://github.com/iharh/notes.git
synced 2025-11-03 15:16:08 +02:00
8 строки
342 B
Plaintext
8 строки
342 B
Plaintext
https://linuxconfig.org/how-to-label-hard-drive-partition-under-linux
|
|
sudo e2label /dev/sda5 "MY_BACKUP"
|
|
# for ext fs-s only
|
|
|
|
https://unix.stackexchange.com/questions/230308/how-can-i-set-a-label-on-a-dm-cryptluks-container
|
|
sudo cryptsetup config /dev/nvme0n1p2 --label luks
|
|
sudo cryptsetup config /dev/nvme0n1p3 --label luks
|