Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Ubuntu "varrun" and /var on separate partition problem


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?