This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_nfs [2021/10/14 09:42] val [Windows 2008] |
сервис_nfs [2024/04/16 12:34] (current) val [Dеbian/Ubuntu] |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| #/home 192.168.X.0/24(rw,sync,no_subtree_check) | #/home 192.168.X.0/24(rw,sync,no_subtree_check) | ||
| #/var/www/html/sarg 192.168.X.1(rw,sync,no_subtree_check,no_root_squash) | #/var/www/html/sarg 192.168.X.1(rw,sync,no_subtree_check,no_root_squash) | ||
| + | |||
| + | #/var/www *(rw,sync,no_root_squash,subtree_check) #for example in minikube | ||
| + | #/var/www 192.168.0.0/16(rw,sync,no_subtree_check,no_root_squash) 172.16.0.0/12(rw,sync,no_subtree_check,no_root_squash) 10.0.0.0/8(rw,sync,no_subtree_check,no_root_squash) | ||
| </code><code> | </code><code> | ||
| root@server:~# service nfs-kernel-server restart | root@server:~# service nfs-kernel-server restart | ||