![]() |
SERVER - NSF - Access Remote UNIX Directories |
| First configure the server: | |
| edit /etc/rc.conf.local by enabling the following options: |
portmap_enable="YES" nfs_server_enable="YES" ;(starts nfsd and mountd) ps -ax should show portmap mountd and nfsd |
| edit /etc/exports to define the directories that are to be made available for export |
For example, to export /pub/home, add the line |
| Now tell mountd to re-read the exports file | either reboot or |