hammerlab / stratotemplate

DEPRECATED: we don't really maintain this any more, we use Coclobas:
https://github.com/hammerlab/coclobas
Apache License 2.0
3 stars 0 forks source link

Consider mounting NFS filers on GClouder bastion box for convenience #26

Open hammer opened 8 years ago

ihodes commented 8 years ago

Could add to the README.md as a note. From my notes, this is done like so:

apt-get install nfs-kernel-server
sudo mount -t nfs strato-nfs-vm:/strato-nfs-data /results

mounts the /strato-nfs-data directory from the NFS server strato-nfs-vm to /results

smondet commented 8 years ago

@ihodes for mounting you just need the client part → apt-get install nfs-common