I have a seemingly simple task that I'm too boneheaded to figure out...
I have a samba share mounted on my box that contains files such as web pages. I have jails running different services such as nginx, apache, etc. I would like to find the easiest solution to give all the jails access to these files.
I can do a
to a point inside each jail individually, and this works ok, but it's annoying as I keep adding/removing jails.
I have tried doing a
and a
to points inside my basejail, but when I try to
from inside a jail, I get an empty response.
I hate asking such a dumb question but I can't find the answer or figure this out. Thanks!
I have a samba share mounted on my box that contains files such as web pages. I have jails running different services such as nginx, apache, etc. I would like to find the easiest solution to give all the jails access to these files.
I can do a
Code:
mount nullfs
I have tried doing a
Code:
ln -s
Code:
mount nullfs
Code:
ls
I hate asking such a dumb question but I can't find the answer or figure this out. Thanks!