How can I label a partition on linux
I'm new to linux and I want to set up my partition. I have ssd and hdd my partition is like this
1: fat32 /boot/efi 512MB ext4 / 30GB ext4 /home (rest of the storage)
2: (for the harddisk) ext4 /games(the whole harddisk)
So the question is: can I name(label) my harddisk partition on linux?
Solution 1:
Yes, you can label a partition. Use "Disks" utility for that.
Solution 2:
You can use Gaparted, It's easy to use. If you don't have Gparted installed, install it by
sudo apt install gparted