This commit is contained in:
2023-01-31 14:17:58 +03:00
parent 671de08cec
commit 4982c0f549
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -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
```