Add new hard drive and format:
sudo /sbin/fdisk /dev/hdd
sudo /sbin/mkfs.ext3 -m 0 -j /dev/hdd1
Modify /etc/fstab to mount the newly created partition