### Editing the disklabel
- disklabel64 -B -w -r /dev/ar1s1 auto # label it
- disklabel64 -e ar1s1 # edit the disklabel just created and add any partitions. In this case it's perfect to uncomment slice a and substitute 4.2BSD with HAMMER ;-)
+ # label it
+ disklabel64 -B -w -r /dev/ar1s1 auto
+ # edit the disklabel just created and add any partitions. In this case it's perfect to uncomment slice a and substitute 4.2BSD with HAMMER ;-)
+ disklabel64 -e ar1s1
### Formatting with HAMMER
- newfs_hammer -L DATA /dev/ar1s0a
+ newfs_hammer -L DATA /dev/ar1s1a
### Mounting, setting up fstab