To mount a partition on boot you can edit the /etc/fstab file.
First create a mount point
mkdir /mnt/DATA
Then open /etc/fstab in vi
vi /etc/fstab
Add something along the lines of the following at the end of the file
/dev/sda5 /mnt/DATA ext2 defaults