1. Simple NFS

    Hi all,

    So those are my quick notes on setting up NFS on FreeBSD 9.1.

    This is based on the handbook and partly on the FreeBSD Diary.

    Server Side

    On the server side, add the following inside /etc/rc.conf:

    rpcbind_enable="YES"
    nfs_server_enable="YES"
    mountd_enable="YES"
    mountd_flags="-r"
    

    Now …


Page 1 / 1