Skip to content

Instantly share code, notes, and snippets.

@jonatw
Created June 29, 2012 17:14
Show Gist options
  • Save jonatw/3019312 to your computer and use it in GitHub Desktop.
Save jonatw/3019312 to your computer and use it in GitHub Desktop.
mpich install for ubuntu master file server only
apt-get update
apt-get -y install binutils gcc make linux-source linux-headers-$(uname -r) mpich2 nfs-server nfs-client
mkdir /mnt/mirror
echo "/mnt/mirror *(rw,sync, no_root_squash)" | tee -a /etc/exports
service nfs-kernel-server restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment