Mount --bind persistence over reboot
- by vnuk
I'm having trouble finding an answer for this question
Does mount --bind persist over reboot?
On my CentOS it looks like it doesn't, so I've placed apropriate mount --bind calls in rc.local.
How can I do mount --bind to avoid rc.local scenario?