From 91604a1e96443e2118ba652f9a6a6bd55b7d38d1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 2 Jan 2009 14:18:03 +0100 Subject: [PATCH] Zero out the start of the disk. --- share/examples/rconfig/hammer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/examples/rconfig/hammer.sh b/share/examples/rconfig/hammer.sh index 3066cbedd4..62ef4460d9 100644 --- a/share/examples/rconfig/hammer.sh +++ b/share/examples/rconfig/hammer.sh @@ -53,6 +53,7 @@ set echo # # Use PFSs for backup domain separation # +dd if=/dev/zero of=/dev/${disk} bs=32k count=16 fdisk -IB ${disk} disklabel -r -w ${disk}s1 auto disklabel -B ${disk}s1 -- 2.11.4.GIT