From 8b1d9e4b0a4539da78dcf7cc4f80d16d98a3f66d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 3 Oct 2024 11:16:40 +0200 Subject: [PATCH] fix recordsize --- neko/install.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/neko/install.txt b/neko/install.txt index 3043424..07acd7b 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -73,7 +73,6 @@ sleep 5 # ZFS zpool creation with encryption zpool create \ -o ashift=13 \ - -o recordsize=64K \ -o autotrim=off \ -O acltype=posixacl \ -O atime=off \ @@ -101,6 +100,11 @@ zfs create -o mountpoint=legacy zpool/data zfs create -o mountpoint=legacy zpool/nix zfs create -o mountpoint=legacy zpool/tmp +# we want 64 KB recordsize +zfs set recordsize=64K zpool/data +zfs set recordsize=64K zpool/nix +zfs set recordsize=64K zpool/tmp + sleep 5 # show the pool