How can I cahnge the lable of a partition - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21) +--- Thread: How can I cahnge the lable of a partition (/showthread.php?tid=8941) |
How can I cahnge the lable of a partition - ShdZ-LXL - 10-05-2023 Hi everybody I'm new using LL. I have a 500GB SSD and additionally installed a 1TB HDD. I tried to label the SSD partition and the HDD partition. I can change the name of the partitions but not the label. I have tried to use the "e2label /dev/sd5 "partition label" and "tune2fs -L NEW_LABLE /dev/sda5 and it didn't work. While writing this, I found that "sudo" was missing before the command. Now it worked with the e2label command ;D |