Re: [gentoo-user] where to put mount --bind during startup

2006-09-14 Thread Allan Gottlieb
At Thu, 14 Sep 2006 23:55:48 +0100 Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Thu, 14 Sep 2006 18:31:52 -0400, Allan Gottlieb wrote: > >> 2. Assuming I want to go with mount --bind, how do I make it happen >> during startup (I assume the mount is not preserved across >> reboots). The

Re: [gentoo-user] where to put mount --bind during startup

2006-09-14 Thread Neil Bothwick
On Thu, 14 Sep 2006 18:31:52 -0400, Allan Gottlieb wrote: > 2. Assuming I want to go with mount --bind, how do I make it happen > during startup (I assume the mount is not preserved across > reboots). The man pages for fstab doesn't suggest that fstab is > the way to go. Do you put

[gentoo-user] where to put mount --bind during startup

2006-09-14 Thread Allan Gottlieb
I have had /home/gottlieb a symlink to /local/allan/gottlieb for a while. Now I am having a problem because apache doenn't follow symlinks by default (presumably due to some security concern). As a test I did rm /home/gottlieb mkdir /home/gottlieb mount --bind /local/allan/gottlieb /hom