Change a partiotion label
If for some reasons you need to change a partition name and you don’t neeed to re-format the partiotion you can use e2label :
e2label /dev/sdb1 <LABEL>
And that’s it.
If for some reasons you need to change a partition name and you don’t neeed to re-format the partiotion you can use e2label :
e2label /dev/sdb1 <LABEL>
And that’s it.