This is an old revision of the document!
https://help.ubuntu.com/community/InstallingANewHardDrive
# lshw -C disk
# dd if=/dev/zero of=/dev/sdb bs=512 count=1
# fdisk /dev/sdb n p 1 <enter> <enter> w
# mkfs -t ext3 /dev/sdb1
# mount /dev/sdb1 /opt
# vim /etc/fstab