Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| zfs [2025-06-28 13:28] – weichbr | zfs [2026-05-29 10:14] (current) – weichbr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ZFS Cheatsheet ====== | ====== ZFS Cheatsheet ====== | ||
| - | === Create a pool === | + | ==== Create a pool ==== |
| * Get disk ids from ''/ | * Get disk ids from ''/ | ||
| Line 9: | Line 10: | ||
| * Only set it, if it's wrong. '' | * Only set it, if it's wrong. '' | ||
| * Set '' | * Set '' | ||
| + | * When creating a pool '' | ||
| - | === Create a dataset === | + | A good set of defaults for a new pool: |
| + | '' | ||
| + | |||
| + | |||
| + | ==== Create a dataset | ||
| * '' | * '' | ||
| Line 17: | Line 23: | ||
| * Enable comporession: | * Enable comporession: | ||
| * '' | * '' | ||
| - | | + | |
| + | Creating a dataset with encryption: | ||
| + | '' | ||