Hello,
check fstab with cat /etc/fstab which mountpoint this partition have. Then check with sudo blkid if the UUID is correct. Correct the wrong UUID with the one blkid with sudo nano /etc/fstab (write the correct one there.
Or just comment this partition out if it is not the root or boot partition with “#” at the beginning in /etc/fstab and correct it when you logged in.