filmov
tv
How to Install and Configure a Network File System (NFS) Server and Client on Ubuntu Server
Показать описание
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.
PLEASE SUBSCRIBE :)
PLEASE HIT LIKE IF IT HELPED :)
LINKS:
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!!!
PLEASE SUBSCRIBE :)
PLEASE HIT LIKE IF IT HELPED :)
LINKS:
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!!!
How to install Microsoft Office
How to Install and Configure Git and GitHub on Windows 11
Configure and install Office 2019/2021/O365 Apps with (ODT) Office Deployment Tool - Step by Step
How to Install and Configure Zabbix on Windows
Windows Terminal Install and Configure
How to Install and Configure Cacti on Windows
How to Install and Configure Git and GitHub on Ubuntu 22.04 LTS (Linux)
7 How to install and configure WSUS in Windows server 2019
How to install and configure MySQL 8.0.38 on Windows 11| Install MySQL 8 on Windows 10 | 2024 Update
How to install and configure RAM in a PC - Step By Step Setup Beginners Guide
How To Install & Configure Nessus
How to install and configure Zimbra mail server
How to Install and Configure Git and GitHub on Mac / MacOS (2024)
How to Install and configure FreeNAS on PC step by step
COC1 - Install and Configure Computer Systems
How To Install and Configure FileZilla Server
How to install and set up Google Wifi
How to Install and Configure TrueNAS Core 💿
How to Install and Configure Syncthing on TrueNAS Scale
How to install and set up Chromecast with Google TV
Install and Configure Apache on Ubuntu Server | Set Up Virtual Host
Tr069 ACS server install and configure (GenieACS)
How to Install and Configure DNS Server in Ubuntu (Linux)
How To Install & Configure OctoPrint on Raspberry Pi for 2023
Комментарии