Sex, 2008-09-12 às 09:28 +0200, Raven escreveu: > Thanks for the replies. I will definitely use rsync. > Also, I am planning to put the new /usr not on a new partition but on > the same one that currently has / . > After I rsync, how do I tell the system to use the new /usr folder > (since I am not doing the whole "remount" thing)?
You can umount the old /usr and move the new directory to it's place: # rsync -av /usr/ /newusr/ # umount /usr # rmdir /usr # mv /newusr /usr Don't forget to change /etc/fstab. -- Paulo Silva <[EMAIL PROTECTED]>
signature.asc
Description: Esta é uma parte de mensagem assinada digitalmente