From e3f3aea9ffe61752430d975f44805a476984e0e0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 3 Oct 2024 00:56:19 +0200 Subject: [PATCH] show the pool status --- neko/install.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/neko/install.txt b/neko/install.txt index b56f434..3043424 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -91,6 +91,11 @@ zpool create \ sleep 5 +# show the pool +zpool status + +sleep 5 + # create all the volumes zfs create -o mountpoint=legacy zpool/data zfs create -o mountpoint=legacy zpool/nix @@ -98,6 +103,11 @@ zfs create -o mountpoint=legacy zpool/tmp sleep 5 +# show the pool +zpool status + +sleep 5 + # prepare install, tmpfs root mount -t tmpfs none /mnt