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, duration hours minute second in high quality that is uploaded to the channel Wisdom Center 20 January 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 2,665 times and liked it 22 visitors.