show the pool status

This commit is contained in:
Christoph Cullmann 2024-10-03 00:56:19 +02:00
parent d5e6a93db3
commit e3f3aea9ff
No known key found for this signature in database

View file

@ -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