https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251347
--- Comment #20 from Devin Teske <[email protected]> --- Not sure why null mounts are required. If you turn on the "mount" option of a jail it will read /etc/fstab.<jail_name> when starting/stopping the jail wherein the mounts are performed at the host level. Then you can set a sysctl which will munge the path that is displayed via "df" inside the jail so that it removes the jail mount dir from the displayed mounted-on path. That being said ... You want NFS in a jail? OK, I dug this out of "the vault" -- try not to hurt yourself I have attached a patch to allow NFS inside a jail. It's probably specific to amd64 though. See attached nfs_for_vnet_jail.patch -- You are receiving this mail because: You are the assignee for the bug.
