Advanced Search
Search Results
2 total results found
Main Page
ERI's Public Wiki
ERI Admin Wiki Status of Current Tasks - Private by Person E-Mail Lists Task Lists & ongoing tasks - Students Structure of Staffing Miscellaneous Resources ERI Resources Tracking Page Resource reservations-Equipment and room reservations Editing wiki ...
Configure NFS for OHVs
Network Storage
SMB/NFS
Install NFS sudo apt install nfs-kernel-server Create an entry in /etc/exports for filesystems to be exported (ex. raid/scratch/scratch-test) sudo vi /etc/exports /raid/scratch/scratch-test 128.111.100.0/23(rw,no_root_squash) 128.111.236.0/24(r...