Re: [SLUG] Ubuntu "varrun" and /var on separate partition problem
To: slug@xxxxxxxxxxx
Subject: Re: [SLUG] Ubuntu "varrun" and /var on separate partition problem
From: Michael Chesterton <chesty@xxxxxxxxxxxxxxx>
Date: Thu, 31 Aug 2006 13:09:43 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
Jeff Waugh <jdub@xxxxxxxxxxxxxx> writes:
> create them, or you could do this:
>
> mount --bind / /mnt && mkdir /mnt/var/run /mnt/var/lock && umount /mnt
That bind mount is a neat trick. Do you have to chmod them 1777?