Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • John Heagy

    October 24, 2013 at 10:12 pm

    I not using a Mac to export NFS… below is how I am mounting NFS in 10.9. This is not a persistent mount.

    mkdir /Volumes/ingest
    mount -o resvport,nolocks,locallocks,intr,soft,proto=tcp -t nfs 10.xxx.xx.xxx:/zpool01/ingest /Volumes/ingest

  • Bob Zelin

    October 25, 2013 at 12:12 pm

    thank you John, will try this soon, and report back.

    Bob Zelin

    Bob Zelin
    Rescue 1, Inc.
    maxavid@cfl.rr.com

  • Steve Modica

    December 19, 2013 at 10:08 pm

    Bob, for persistent Mac NFS mounts, edit /etc/nfs.conf. You can put in nfs options there (like locallocks)
    The example mount command above has both “nolocks” and “locallocks” which I think are mutually exclusive.

    Steve Modica
    CTO, Small Tree Communications

  • Steve Modica

    December 19, 2013 at 10:11 pm

    Hi Bob
    You want to put this into your /etc/nfs.conf file:

    spongebob:~ modica$ cat /etc/nfs.conf
    #
    # nfs.conf: the NFS configuration file
    #
    nfs.client.mount.options = locallocks

    This will automatically put in the NFS options you want on the client.
    If you use local locks, the server doesn’t need to be running lockd.
    Steve

    Steve Modica
    CTO, Small Tree Communications

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy