From a2500516a1213809e24b6cc6ff542fa551eee879 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 21 Sep 2020 07:05:59 +0000 Subject: [PATCH] init --- HowtoZFS.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 HowtoZFS.page diff --git a/HowtoZFS.page b/HowtoZFS.page new file mode 100644 index 0000000..280731a --- /dev/null +++ b/HowtoZFS.page @@ -0,0 +1,12 @@ +Some commands: + +``` +apt install zfsutils-linux +zpool create local /dev/xxx +zpool list +zfs create local/home +zfs set compression=lz4 local/home +zfs list +zfs get compression +zfs set mountpoint=/home local/home +``` \ No newline at end of file