User Tools

Site Tools


nfs

Mounting scratch space using NFS allows us to access each other's files as if they are on the local machine, reducing redundancy and maximizing storage. Shuksan currently shares some drives and folders with Colchuck and Prusik. These directions were adapted from other sources, mostly here

Install NFS Server

To check if you've already installed the NFS server

dpkg -l | grep nfs-kernel-server

If not

sudo apt-get install nfs-kernel-server

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

sudo mkdir -p /export/<computername>

Add the following the /etc/fstab file to export drive at boot up.

/mnt/scratch    /export/<computername>   none    bind  0  0

This page is not yet complete

But the easiest way to figure out how to mount NFS will be to follow the set-up guide above using the files on Shuksan and the links computers as a guideline.

nfs.txt · Last modified: 2017/05/08 22:15 by dstrodtman