init
This commit is contained in:
parent
6b7bd700dd
commit
a2500516a1
1 changed files with 12 additions and 0 deletions
12
HowtoZFS.page
Normal file
12
HowtoZFS.page
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue