Hmm, I ran blkid in the terminal and found that indeed I do have 2 devices labeled 448c9c30-4a09-40f6-8e01-d3c577cd250d. Does anyone know how to change the labels?
Edit: I used tune2fs to fix this label issue. I simply ran
Code:
tune2fs /dev/sda3 -U random
Easy as pie. Thanks anyway, I hope this can help someone out.