Utils
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
Устанавливаем клиента NFS
|
||||
```bash
|
||||
sudo apt install nfs-common -y
|
||||
```
|
||||
#Создаем папку для монтажа
|
||||
```bash
|
||||
sudo mkdir -p /home/sem/nfs
|
||||
```
|
||||
Монтируем папку
|
||||
```bash
|
||||
sudo mount -t nfs -O uid=1000,iocharset=utf-8 prox4.astrader.net:/var/lib/vz /home/sem/nfs
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user