User Tools

Site Tools


nfs

**This is an old revision of the document!** ----


Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /nfs/aesop1/hw00/d36/bdelab/wiki/inc/parser/handler.php on line 1458

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3093 in /nfs/aesop1/hw00/d36/bdelab/wiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

Mounting all of our scratch space using NFS will allow us to access each other's files as if they are on the local machine, reducing redundancy and maximizing our storage. Also, this will make things much easier once the cluster is up and running. ====Install NFS Server==== To check if you've already installed the NFS server <code>dpkg -l | grep nfs-kernel-server</code> If not <code>sudo apt-get install nfs-kernel-server</code> ====Make and Export Local Drives==== Our naming convention dictates you enter the name of your computer followed by a number if you have more than 1 spinny drive <code>sudo mkdir -p /export/<computername></code> Add the following the /etc/fstab file to export drive at boot up. <code>/mnt/scratch /export/<computername> none bind 0 0</code> ====This page is not yet complete====

nfs.1471471597.txt.gz · Last modified: 2016/08/17 22:06 by bdelab