14 lines
No EOL
278 B
Text
14 lines
No EOL
278 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="rw=@10.0.1.0/24" local/home
|
|
zfs share local/home
|
|
``` |