This will be just a quick tip. If you want to change device/partition label in linux you just have to execute this command
sudo e2label <device> <label>
For example:
sudo e2label /dev/sda1 projects
Easy.
This will be just a quick tip. If you want to change device/partition label in linux you just have to execute this command
sudo e2label <device> <label>
For example:
sudo e2label /dev/sda1 projects
Easy.