Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Jean-Marc Lasgouttes wrote:
Considering the transfer of /var elsewhere, I am definitely not able
to do that myself on a live system.
What about something like this:
cp -a /var /home/var
umount /var
ln -s /home/var /var
Minus the syntax corrections due to my erased memory of course...
but what about what is written to /var during my change? Logging is
every second, so to say.
Insert a command or two that shut down all daemons in between :-)
Abdel.