add new disk to openbsd
Friday, August 13, 2010 2:31:48 AM
1) Initialize the new disk.
# fdisk -i wd1
2) Edit the partition table.
disklabel -E wd1
> a a
...
3) newfs wd1a
(the raw device name: /dev/rwd1a)
4) mount /dev/wd1a /data
# fdisk -i wd1
2) Edit the partition table.
disklabel -E wd1
> a a
...
3) newfs wd1a
(the raw device name: /dev/rwd1a)
4) mount /dev/wd1a /data






