14 lines
No EOL
252 B
Text
14 lines
No EOL
252 B
Text
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
|
|
zfs set sharenfs=on
|
|
zfs share local/home
|
|
``` |