I have installed Ubuntu 14.04 on VMware workstation 12 (my host OS is Win10). When I installed Ubuntu I made the Hard Disk of 20 GB but later I expanded it to 50 GB.
So, that expanded 30 GB now appear as a new partition.
My problem is when I mount it, it is mounted at
/media/username/0d780fd1-5c53-4ad4-b7ea-bdae88aad04a
with a random number sequence. so whenever I needed to go that partition in terminal I have to copy-paste that long sequence and it is really painful to do that every time.
Is there any way to turn this long number sequence into a text? (I mean something like a label, say "newpart", so I can use cd /media/username/newpart to move into it).