I have tried to create a separate /home partition for all my linux distros and separate all home directories as per the name of the distros i am using like
/homepartition/ubuntu/user-name
/homepartition/debian/user-name
now, I have copied all the neccessary files to this new location and modified the /etc/fstab to mount this new location as the /home directory
I added this line at the last of the file
/dev/sda10/ubuntu /home ext4 nodev,nosuid 0 2
But the folder is not mounting. I am pretty much just a newbie,so please help me out.