Find which device is the disk you want to install to. You can use "camcontrol devlist" for that. Let's assume the disk device is "ada0".Then proceed like: "dd if=/dev/zero of=/dev/ada0 bs=1m"This will take a while.HTH,Patrick