After mount a partion looks empty

my laptop has two hard drives a SSD and HDD, i installed Endeavour on the SSD. my HDD is divided to two partitions one for /home and the other is contains my personal files, so i put the /home on /sdb1 and never touched /sdb2 witch contains my data.
after the install was complete the sdb2 didn’t show up.
i checked with gparted i saw it is exist and i checked the size too to know if it wiped or not and it wasn’t.
so i made a folder in my home directory and mount /sdb2 partition to it and also edited the fstab and added the UUID.
the problen is nothing show in the folder and in the file manager it says that the 72mb used of 600gb and my actual data is 11gb as shown in gparted.

screenshot of gpated
DeepinScreenshot_%D9%A2%D9%A0%D9%A1%D9%A9%D9%A0%D9%A7%D9%A2%D9%A5%D9%A1%D9%A4%D9%A2%D9%A0%D9%A4%D9%A9
screenshot of my file manager
DeepinScreenshot_%D9%A2%D9%A0%D9%A1%D9%A9%D9%A0%D9%A7%D9%A2%D9%A5%D9%A1%D9%A4%D9%A2%D9%A3%D9%A3%D9%A0

what filesystem is on sdb1? ext4, or ntfs or something else?
List the contents of the /etc/fstab file.

Should look something like this
UUID=XXXXXXXXXXXXX /home ext4 defaults 1 2

As the comment in the fstab file,
# After editing this file, run ‘systemctl daemon-reload’ to update systemd
# units generated from this file.

Pudge

sdb1 is my /home partition and it’s ext4 and sdb2 also ext4. i did tried your solution of daemon-relode and it is the same nothing happend.
fstab screenshot:
DeepinScreenshot_%D9%A2%D9%A0%D9%A1%D9%A9%D9%A0%D9%A7%D9%A2%D9%A5%D9%A1%D9%A5%D9%A1%D9%A8%D9%A2%D9%A6