Rodrigo Gonzalez <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
