Now comes the business as usual:
- 1. initializing the new pseudo disk ar1 with fdisk
+### Initializing the new pseudo disk ar1 with fdisk
fdisk -BI /dev/ar1
- 2. Editing the disklabel
+### Editing the disklabel
disklabel64 -B -w -r /dev/ar1s0 auto # label it
disklabel64 -e ar1s0 # edit the disklabel just created and add any partitions
- 3. formatting with HAMMER
+### Formatting with HAMMER
newfs_hammer -L DATA /dev/ar1s0a
- 4. mounting, setting up fstab
+### Mounting, setting up fstab
mkdir /mnt/data
vi /etc/fstab # Add the appropriate entry/entries to your `/etc/fstab`
mount /mnt/data
- 5. rebooting and being HAPPY :-)
+### Rebooting and being HAPPY :-)
+
+ shutdown -r now