In terminal, type:
If the drives/partitions have names or labels, it should ouptut something like:Code:sudo blkid
If no label is specified, use:/dev/hda2: UUID="dff9fd76-7280-4cae-a449-84f6fd37c5d9" SEC_TYPE="ext2" TYPE="ext3" LABEL="Home"
Where /dev/whatever is /dev/sda1, /dev/sda2 or whatever the partition is, and label is the name you wish to give it. sudo is necessary to label the root partition, I believe.Code:sudo e2label /dev/whatever label
Then remount the partition or reboot.




Bookmarks