From 6751c43106f12aa23d7cd9cbc6ba416db3b9e9c8 Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Sat, 7 Oct 2017 16:14:52 +0200 Subject: [PATCH] disklabel64.8: Add HAMMER2 fstype info. --- sbin/disklabel64/disklabel64.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sbin/disklabel64/disklabel64.8 b/sbin/disklabel64/disklabel64.8 index 077fdf6563..8dbeb16415 100644 --- a/sbin/disklabel64/disklabel64.8 +++ b/sbin/disklabel64/disklabel64.8 @@ -710,6 +710,10 @@ For file systems, use type .Cm HAMMER . For +.Xr hammer2 8 +file systems, use type +.Cm HAMMER2 . +For .Xr ccd 4 partitions, use type .Cm ccd . @@ -899,9 +903,10 @@ display block size: 1024 # for partition display only e: 2048M * 4.2BSD f: 4G * 4.2BSD g: 4G * 4.2BSD - h: * * HAMMER - i: 5g * ccd - j: 5120m * vinum + h: 50G * HAMMER + i: * * HAMMER2 + j: 5g * ccd + k: 5120m * vinum .Ed .Sh DIAGNOSTICS The kernel device drivers will not allow the size of a disk partition @@ -927,6 +932,7 @@ partition. .Xr disklabel32 8 , .Xr fdisk 8 , .Xr gpt 8 , +.Xr hammer2 8 , .Xr newfs 8 , .Xr newfs_hammer 8 , .Xr vinum 8 -- 2.11.4.GIT