Unplug the usb drive, an re-plug it into the server.
from the command promt tail /var/log/messages to see the name assigned to the usb drive ( eg /dev/sda)
Then , issue fdisk /dev/sda ( the name of the device you saw in the log)
Now format the drive with an ext3 filesystem :
mkfs.ext3 /dev/sda