>> Yes, you can do this. Simply mv /var /home/var and then ln
>> -s /home/var
>> /var, and reboot.
>
>
> Bind mounts are useful in this situation, to avoid having symlinks
> around
> (so things show up with their proper path).
>
> Add this to /etc/fstab
>
>  /home/var         /var        bind        defaults,bind    0 0
>
> Then var will appear to be a proper directory in / (just as if it was on
> its own partition)
> even though its actually elsewhere.

Thanks Paul! That's pretty neat. I'm going to give this a go!

Cheers!,

Mike
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to