sharenfs="rw=@10.0.1.0/24"
This commit is contained in:
parent
2eeb9bd75d
commit
11ac5bddc4
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ zfs set compression=lz4 local/home
|
|||
zfs list
|
||||
zfs get compression
|
||||
zfs set mountpoint=/home local/home
|
||||
zfs set sharenfs=on local/home
|
||||
zfs set sharenfs="rw=@10.0.1.0/24" local/home
|
||||
zfs share local/home
|
||||
```
|
Loading…
Reference in a new issue