Hi!
I've got the 88 character limitation for the fstab entry. It seems the problem will be solved in FreeBSD 12.x maybe in 2019.
How can I use nullfs inside a jail? Thats my fstab entry for the jail. It mounts the specific blog domain to the Wordpress jail.
both allow must be 1? and enforce_statfs less 2? But inside the jail there is not /etc/fstab?
inside the wordpress jail I have to use nullfs with union to mount the Wordpress directory and allow the user to (over)write files for own settings. something like this... https://arrowd.name/posts/2016-10-20-sharing-wordpress.html
Needs a lot of characters. I've got the http://iocage.readthedocs.io/en/latest/known-issues.html#character-mount-path-limitation limitation problem.
Is there a solution for a fstab inside the jail?
Thanks
Steffen
I've got the 88 character limitation for the fstab entry. It seems the problem will be solved in FreeBSD 12.x maybe in 2019.
How can I use nullfs inside a jail? Thats my fstab entry for the jail. It mounts the specific blog domain to the Wordpress jail.
Code:
/usr/home/someuser/www/blog.some-domain.com /iocage/jails/www-wordpress/root/usr/home/someuser/www/blog.some-domain.com
Code:
"allow_mount": "0",
"allow_mount_nullfs": "0",
"enforce_statfs": "2",
inside the wordpress jail I have to use nullfs with union to mount the Wordpress directory and allow the user to (over)write files for own settings. something like this... https://arrowd.name/posts/2016-10-20-sharing-wordpress.html
Code:
/iocage/jails/www-wordpress/root/
Is there a solution for a fstab inside the jail?
Thanks
Steffen