Date: Fri, 27 Feb 2009 17:47:34 -0500 From: Bill Moran <wmoran@potentialtech.com> To: Rodrigo Gonzalez <rjgonzale@gmail.com> Cc: Albert Shih <Albert.Shih@obspm.fr>, freebsd-questions@freebsd.org Subject: Re: multiple mount Message-ID: <20090227174734.e890a1eb.wmoran@potentialtech.com> In-Reply-To: <49A86598.2020902@gmail.com> References: <20090227212955.GA77920@obspm.fr> <49A86598.2020902@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Rodrigo Gonzalez <rjgonzale@gmail.com> wrote: > > Not sure if there is any problem with that, but why not mounting in one > place and using symbolic links? Symlinks don't work consistently within jails. But we have several places where we do multiple mounts and have never seen any problems. > > mount NFS_SERVER:/home /jail/mnt > ln -s /jail/mnt /jail/smtp-server > ln -s /jail/mnt /jail/apache_server > .... > > > > > Albert Shih wrote: > > Hi > > > > I would like to mount from same NFS server the same partition in many point > > for using jail. For example I would > > > > mount NFS_SERVER:/home /jail/smtp-server > > mount NFS_SERVER:/home /jail/apache_server > > > > > > I've just check it's working, but I would like to known if they are some > > problem with that ? > > > > Regards. > > > > > > -- Bill Moran http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090227174734.e890a1eb.wmoran>