unmount the partition, make sure the other partition is ready with a filesystem, edit your /etc/fstab file to reflect what partition of the drive /var is going to be located, and re-mount.
but of course there is stuff in /var that you'll want, so just mount the new (and/or existing) partition as whatever cp -R /var /newpartition/ and then follow the steps above.
I wrote that quick, but I dont' think I missed anything. I'm sure someone will correct me if so.
|