multiple mount

Bill Moran wmoran at potentialtech.com
Fri Feb 27 14:47:36 PST 2009


Rodrigo Gonzalez <rjgonzale at 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


More information about the freebsd-questions mailing list