Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Changing a Partition Label on Linux
If you need to re-label a partition, you can use the command e2label
Firstly to display the label of a partition
# e2label /dev/sda1
To change the label of a partition
# e2label /dev/sda1 data
Remember to update the partition label at /etc/fstab file