Installing NFS for OHVs
- Install NFS
- sudo apt install nfs-server
- Configure /etc/exports for filesystems to be exported (ex. raid/scratch/scratch-murray)
- sudo vi /etc/exports
-
/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)
-
/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)