NFS Server Configuration In Telugu | NFS share Configuration in centOS | Linux In telugu

Опубликовано: 02 Март 2026
на канале: 7 Hills
20,558
365

Linux In telugu Play List
   • Linux in telugu | Linux outline in telugu  
Nfs=Network file system
Linux - linux
port : 2049
1984 sunmicrossystems
Nfs1-4
Reduce stroage cost
secured with firewalls
Everyone can access same data

#LinuxInTelugu
#Linux

yum install nfs-utils
systemctl enable nfs-server
systemctl start nfs-server
systemctl status nfs-server
systemctl status rpcbind
systemctl start rpcbind
systemctl restart nfs-server.service
systemctl rest nfs-server

firewall-cmd --permanent --add-service=nfs
firewall-cmd --permanent --add-service=mountd
firewall-cmd --permanent --add-service=rpc-bind
firewall-cmd --reload

mkdir /nfs-share
chown nfsnoboddy:root /nfs-share
#chmod 770 /nfs-share
vim /etc/exports
#/nfs-share 192.168.2.0/24(rw,sync)

exportfs -avr

showmount -e 192.168.2.42
#yum whatprovides showmount

#mount -t nfs -o sync 192.168.2.42:/nfs-sharemkdir /mnt/7Hills
mount -t nfs -o sync 192.168.2.42:/nfs-share /mnt/nfs
df -h
ls -ltr
vi /etc/fstab 0 0
192.168.2.42:/nfs-share
================================
Support our channel:
Tez UPI ID: shekhar.ankam49@okaxis

UPI ID : shekhar.ankam49@okaxis
(using my UPI ID, you can Donate from any Application like, Paytm, Tez, PhonePe, BHIM, Andra Back, SBI, Axis, HDFC..etc)
==================================
I'm giving all my playlists below, choice is yours, it totally free, Happy Learing.
-------------------------------------------------------
Electronics In telugu
   • Transistor in telugu  
Windows Server Tutorials In Telugu
   • ADDS Installation and configuration in tel...  
Linux In Telugu
   • Kali Linux In Telugu | How to Download Kal...  
Kali Linux linux
   • Kali Linux In Telugu | How to Download Kal...  
CCNA In Telugu
   • CCNA Introduction In Telugu  
Shell scripting In Telugu
   • Shell Scripting Introduction In Telugu | S...  
Computer Tips In Telugu
   • How to Repair Pendrive in telugu  
VMware tutorials In Telugu
   • Virtualization In Telugu | Virtualization ...  
Windows Admin Tips In Telugu
   • BIOS In Telugu | create BIOS Password In T...  
7Hills Pubg
   • How to Install Pubg In PC On Telugu | Inst...  
MsSQl In Telugu
   • MSSQL Server Installation & Configuration ...  
Genetal Knowledge In Telugu
   • Gk In Telugu | అంతర్జాతీయ దినొస్తావాలు  
IT Solution In Telugu
   • Outlook configuration in telugu  
Android Tricks In Telugu
   • Not enough space solution in telugu  
Magic Tricks in Teugu
   • Magic tricks in Telugu  
All My Videos Play list
   • How to create youtube channel in telugu  
Visit my blog: http://helpertricks.blogspot.in

Like It.
share It.
Subscribe for more updates, Thanks for your support,See you soon, Jai Hind.
#Linux #Telugu #LinuxTelugu #7Hills