This commit is contained in:
benoit 2020-09-21 07:05:59 +00:00
parent 6b7bd700dd
commit a2500516a1
1 changed files with 12 additions and 0 deletions

12
HowtoZFS.page Normal file
View File

@ -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
```