mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-06-26 04:53:59 +03:00
small fix
This commit is contained in:
@ -18,10 +18,10 @@ chmod 777 /nfs
|
||||
```
|
||||
|
||||
### Разрешение сетевого доступа
|
||||
```shell
|
||||
/nfs <client-ip>(rw,sync,no_root_squash,no_subtree_check)
|
||||
В файл `/etc/exports` необходимо добавить следующую строку:
|
||||
|
||||
# /etc/exports
|
||||
```sh
|
||||
/nfs <client-ip>(rw,sync,no_root_squash,no_subtree_check)
|
||||
```
|
||||
|
||||
## Настройка NFS-клиента
|
||||
@ -37,8 +37,8 @@ systemctl enable --now rpcbind
|
||||
```
|
||||
|
||||
### Автомонитрование
|
||||
В файл `/etc/fstab` необходимо добавить следующую строку:
|
||||
|
||||
```shell
|
||||
<server-ip>:/nfs /nfs nfs defaults 0 0
|
||||
|
||||
# /etc/fstab
|
||||
```
|
||||
|
Reference in New Issue
Block a user