I used bindfs to solve this problem. The bind option to mount wasn't being accepted and none of the other solutions posted above worked.
I added this to /etc/fstab for /root with the permissions of 0700.
/somewhere/else/root /root fuse.bindfs perms=0700,nonempty 0 0
I used bindfs to solve this problem.
The bind option to mount wasn't being accepted and none of the other
solutions posted above worked.
I added this to /etc/fstab for /root with the permissions of 0700.
/somewhere/ else/root /root fuse.bindfs perms=0700,nonempty 0 0