Re: NFS export problem

From: Charles Swiger (cswiger_at_mac.com)
Date: 09/29/05

  • Next message: Mike Jeays: "Re: Bye-bye beastie ..."
    Date: Thu, 29 Sep 2005 13:31:55 -0400
    To: Valerio daelli <valerio.daelli@gmail.com>
    
    

    On Sep 29, 2005, at 11:49 AM, Valerio daelli wrote:
    > We heard that there could be some problems sharing two directories
    > on the
    > same filesystem.
    > Is this true?

    Sort of. Try using the "-alldirs" option in the second column of
    your /etc/exports file, this will allow you to mount subdirectories
    of an exported filesystem in a way that is probably what you want.

    Note that you should only export a filesystem once, not multiple
    times; doing so where there is an ancestral relationship between the
    paths will result in an error. Basicly, you should only export the
    top-level mount points as displayed from the "df" command.

    -- 
    -Chuck
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Mike Jeays: "Re: Bye-bye beastie ..."

    Relevant Pages

    • Re: Trying to get NFS working with FreeBSD & OS X
      ... Michael Hopkins writes: ... on it's own filesystem or you want to be able to mount subdirectories ... in a terminal as root. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: NFS export problem
      ... Valerio daelli wrote: ... > The two directories are on the same filesystem. ... i might be wrong but afaik you can only export a whole slice ... To unsubscribe, ...
      (freebsd-questions)