У нас вы можете посмотреть бесплатно How to Install and Configure a Network File System (NFS) Server and Client on Ubuntu Server или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
In this video, you will learn how to set up an Network File System (NFS) Server on Ubuntu 22.04 LTS Server. I will also show you how to mount an NFS file system on the client machine. Join this channel to get access to perks: https://www.youtube.com/@lazysysad/join PLEASE SUBSCRIBE :) PLEASE HIT LIKE IF IT HELPED :) GIVE SUPPORT - / lazysysad BUY ME A COFFEE - https://www.buymeacoffee.com/lazysysad PAYPAL - https://paypal.me/lazysysad LINKS: How to Install Ubuntu 22.04 LTS Server - • How to Install Ubuntu 22.04 LTS Serve... Steps: NFS Server apt update apt -y install nfs-kernel-server systemctl status nfs-server mkdir /exports mkdir /exports/backups vi /etc/exports /exports/backups 192.168.0.127(rw,sync,no_subtree_check) exportfs -ar exportfs -v ufw allow from 192.168.0.127 to any port nfs NFS Client apt -y install nfs-common mkdir /mnt/backups mount 192.168.0.126:/exports/backups /mnt/backups vi /etc/fstab 192.168.0.126:/exports/backups /mnt/backups nfs auto,nofail,noatime,nolock,tcp,actimeo=1800,_netdev 0 0 Drop me your feedback and comments below. That's all for now. If this video helped you in any way, please like share and subscribe! Thank you!!!