JSP - Johnson's Server Project
FIREWALL - Add a Hard Drive

Just add a new drive with an OpenBSD File System




Add a new disk - assume it is /dev/wd2
fdisk new drive fdisk -i wd2
disklabel disklabel -E wd2
Make a new file system newfs wd2d
Create a directory for the new disk mkdir /pub
Mount itmount /dev/wd2d /pub
Automount edit /etc/fstab to add
/dev/wd2d /pub ffs rw 1 1