I was following the steps from an Ask Ubuntu answer (Increase partition size on which Ubuntu is installed?) to enlarge an Ubuntu VM I have and I'm wondering what is actually being removed here:
Partition #1 contains a ext4 signature
Do you want to remove the signature? [Y]es/[N]o:
I found this definition:
File Signature or Magic Number is a protocol set of constant numerical and text values used to identify file format. In other words, every file type requires a unique signature in order for an operating system to recognize it, classify it and show it to an end user
So files have signatures and file systems have signatures as well? If this is the case would removing the signature just replace the signature with the same value, if I'm just enlarging the VM with the same ext4 type filesystem?
Follow up question: Is Ubuntu asking me permission to delete the signature to make me aware that this will erase an entire partition?