Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2023-07-22 20:22:45
Size: 2143
Editor: SamatJain
Comment:
Revision 9 as of 2025-02-11 17:16:42
Size: 2277
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
# Deduplication. Requires system w/ large amount of RAM
sudo zfs set dedup=on ${NAME}
Line 44: Line 46:

## get all parameters
sudo zfs get all ${NAME}
Line 55: Line 60:
installimage -n geta -r yes -l 1 -p /boot:ext3:1G,/:xfs:128G -f yes -t yes -d nvme0n1,nvme1n1 -i /root/images/Debian-1101-bullseye-amd64-base.tar.gz
}}}
installimage -n geta -r yes -l 1 -p /boot:ext3:1G,/:xfs:128G -f yes -t yes -d nvme0n1,nvme1n1 -i /root/images/Debian-1208-bookworm-amd64-base.tar.gz

SamatsWiki: ZFS (last edited 2025-02-11 17:20:52 by SamatJain)