After moving var to a new partition by the following commands, How can I see the old var ?
mkdir /var2
mount /dev/sda5 /var2
Sync your current var:
rsync -a /var/ /var2
Add the entry to /etc/fstab
/dev/sda5 /var ext4 defaults 2 2