From 689686bf2fc82c745ed7e2dcf93bb3289ce450cb Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 8 Mar 2006 14:17:26 +0000 Subject: [PATCH] Explain why the first partition should start at offset 16. Requested by: hrs --- sbin/bsdlabel/bsdlabel.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 1d2dc2c48df..869b41148fd 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -297,6 +297,8 @@ For partition .Ql c , .Cm * will be interpreted as an offset of 0. +The first partition should start at offset 16, because the first 16 sectors are +reserved for metadata. .It Ar fstype Describes the purpose of the partition. The example shows all currently used partition types. -- 2.45.2