NFS - How to set up NFS-Server and NFS-Client - Network Filesystems @LinuxOrt
NFS - How to set up NFS-Server and NFS-Client - Network Filesystems  @LinuxOrt
Uploaded June 2021 | Updated September 2026, 1 week ago
Today I'm gonna show you how to set up a NFS-Server and NFS-Client. You can use this in offices, schools or at homw.
If you want to support this video, please rate this video, and write a comment. Thank you very much!


Terminal Commands:
-------------------------------------

## Server:
sudo apt install nfs-kernel-server nfs-common rpcbind
sudo mkdir /var/nfs
sudo mkdir /var/nfs/public
sudo chmod 777 /var/nfs/public
sudo vim /etc/exports
# Hier folgendes einfügen:
/var/nfs/public (rw,sync,no_subtree_check)

sudo ufw allow nfs
sudo reboot
showmount -e

## Client:
sudo mkdir /mnt/nfs-public
sudo chmod 777 /mnt/nfs-public
sudo apt install rpcbind nfs-common
sudo mount Server-IP:/var/nfs/public /mnt/nfs-public

sudo vim /etc/fstab # Hier einfügen:
Server-IP:/var/nfs/public /mnt/nfs-public nfs rw 0 0


Links:
-------------------------------------

PayPal: paypal.com/paypalme/LinuxGuides
BTC-Donation: 1Lg22tnM7j56cGEKB5AczR4V89sbSXqzwN


Music:
-------------------------------------

"The Curtain Rises" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
creativecommons.org/licenses/by/3.0

Elektronomia - Sky High [NCS Release]
Music provided by NoCopyrightSounds.
Video Link: youtu.be/TW9d8vYrVFQ
Download Link: NCS.lnk.to/SkyHigh
NFS - How to set up NFS-Server and NFS-Client - Network FilesystemsManual Partitioning during Linux Installation - Partitioning GuideThats Fedora 34! All changes presentedSynchronize Folders easily: Install and Set-up SyncthingUpgrade Ubuntu 24.04 to Ubuntu 26.04 - Step by Step - Beginner TutorialLinux Mint 22.1 Power Modes #linuxort  #linux #opensource #tips #linuxmint #shortsLinux Mint 22.3 - All the new features & how to update the system5 productive Hacks for Cinnamon or Linux Mint - Hints for beginnersChecklist to use your Linux computer safelyLibre Workspace - The free alternative to the Microsoft CloudMicrosoft alternatives: Use these programs to make yourself independentLinux Server Tips: ncdu #linux #linuxserver #linuxort #admin #opensource #server #shorts #serrvers
Linux Ort |

NFS - How to set up NFS-Server and NFS-Client - Network Filesystems

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER