Use command below to format your secondary hard drive.
mkfs.ext3 /dev/sdb
Select "yes" when prompt your confirmation.
To format primary drive
fdisk /dev/sda
p (to print the partitions)
d (delete all partitions)
p (check if you deleted all partitions)
w (to save the changes)
halt or reboot the server