From 5183996eb866f78afbcc330d5cd09dea57e6845e Mon Sep 17 00:00:00 2001 From: openoms Date: Sat, 1 Apr 2023 09:27:34 +0200 Subject: [PATCH] zfs setup notes --- zfs/create-raspiblitz-zfs-disk.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zfs/create-raspiblitz-zfs-disk.md b/zfs/create-raspiblitz-zfs-disk.md index eec41c1..b4e81d6 100644 --- a/zfs/create-raspiblitz-zfs-disk.md +++ b/zfs/create-raspiblitz-zfs-disk.md @@ -1,6 +1,7 @@ # Create a ZFS pool to be used as a Raspiblitz data disk +- [Raspiblitz setup notes](#raspiblitz-setup-notes) - [Install ZFS](#install-zfs) - [Create the encryption key](#create-the-encryption-key) - [Create a pool](#create-a-pool) @@ -13,6 +14,12 @@ - [Import an existing ZFS pool](#import-an-existing-zfs-pool) - [Documentation](#documentation) +## Raspiblitz setup notes +* Prebuilt OS disk images for amd64: https://github.com/rootzoll/raspiblitz/tree/dev/ci#images-generated-in-github-actions +* you can start with the single EXT4 data disk as default and switch to ZFS later with by adding a new disk, set up ZFS and mounts and copy the data +* if you start with ZFS it is the easiest to do it before the initial setup - before the EXT4 data disk is created and mounted + + ## Install ZFS * https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html#installation ```