I've been trying to implement an NFS-based mounting system for some shared data between jails, and have found a mostly working solution that comes with a problem.
Goal:
Share an NFS-mounted directory between two jails: $jail0 and $jail1.
NFS share: $ip:/path/to/share containing some common...
Hello,
I can do these through shell
mount -t nfs 192.168.9.60:/mnt/nas60/oc /mnt
mount -t nullfs /mnt/120 /usr/jails/120/mnt
When I tried to do this at boot time through /etc/fstab, this line works
192.168.9.60:/mnt/nas60/oc /mnt nfs rw 0 0
But this line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.