Skip to main content

Installing NFS for OHVs

  1. Install NFS
    1. sudo apt install nfs-server
  2. ConfigureCreate an entry in /etc/exports for filesystems to be exported (ex. raid/scratch/scratch-murray)
    1. sudo vi /etc/exports
    2. /raid/scratch/scratch-murray 128.111.100.0/23(rw,no_root_squash) 128.111.236.0/24(rw,no_root_squash) 128.111.104.0/24(rw,no_root_squash)