Using the same home/
user directory may give you conflicts as a lot of your configuration files are in there. You could mount the partition to something like ~/ubuntuhome easily enough using fstab.
first create a directory called ubuntu home in your home directory
Then add this line to the file:
Code:
sda1 /home/bill/ubuntuhome ext3 defaults 1 2
this assumes that the partition is sda1, that your username is bill, your using the ext3 FS and a few other things. There's plenty of documentation on the net and
here's a nice easy example.
then run: mount ~/ubuntuhome.
as for mounting it on start up. the script in /etc/init.d/mountall.sh should do this if its in fstab