wiping the first few mb, else disklabel(8) could get confused # dd if=/dev/zero of=/dev/rsdXc bs=1m count=2 partition the disk as needed # disklabel -E sdX for each partition, create file system # newfs /dev/rsdXc optional: give user __user__ access to partition __Y__ # mount /dev/sdXY /mnt # chown user:wheel /mnt