This video is about configuration of network file system (NFS) on Linux (Ubuntu here). You 'll also learn how to set up NFS on a cluster computer.
In this playlist, I talk about how to set up a cluster computing system using Ubuntu (Linux) and also setting up a queuing system for calculation submission.
The commands described in this video are given below:
The Network File System
NFS on the Login Node
sudo apt-get install nfs-server
sudo mkdir /nfs
sudo nano /etc/exports
/nfs *(rw,sync)
sudo service nfs-kernel-server restart
ls -ld /nfs
sudo chown hashmi /nfs
NFS on the Client Machines (Compute Nodes)
sudo apt-get install nfs-client
sudo mkdir /nfs
sudo nano /etc/fstab
HRG-Server:/nfs /nfs nfs
sudo systemctl daemon-reload
sudo mount -a
For more informative videos about computational chemistry and other important software tools like Gaussian, MS Word, Excel, PowerPoint, Endnote, ChemDraw etc. subscribe my channel. / wisdomcenter
Facebook Page / muhammadali.hashmi.33
Instagram / hashmi_photography
Email: muhammad.hashmi [at sign] ue.edu.pk
Watch video How to Make a Cluster Computer | Part 04 - Network File System (NFS) online without registration, duration hours minute second in high quality. This video was added by user Wisdom Center 20 January 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,665 once and liked it 22 people.