zfs setup notes

This commit is contained in:
openoms
2023-04-01 09:27:34 +02:00
parent 2b2852c69c
commit 5183996eb8

View File

@@ -1,6 +1,7 @@
<!-- omit from toc -->
# 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
```