The target type should be "zoned", not "dm-zoned". Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxx> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The README does note explain if one should use dmzadm to format a drive if using dm zone or only if one is to use a filesystem which supports zones, such as f2fs. Or if we should *always* use dmzadm format regardless of the circumstance. Could this be clarfied? What are the downsides to not using dmzadm format on a drive and say a user just going straight to use the dm zone and then mkfs on top of it? diff --git a/README b/README index 7762694..9aea28e 100644 --- a/README +++ b/README @@ -184,7 +184,7 @@ options="$@" modprobe dm-zoned -echo "0 `blockdev --getsize ${dev}` dm-zoned ${dev} ${options}" | \ +echo "0 `blockdev --getsize ${dev}` zoned ${dev} ${options}" | \ dmsetup create zoned-`basename ${dev}` ]] -- 2.17.0