On Fri, 20 Jul 2001, Hugo Carvalho wrote:
>Date: Fri, 20 Jul 2001 15:48:38 -0700
>From: Hugo Carvalho <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Content-Type: text/plain;
> charset="iso-8859-1"
>Subject: movinf /usr to a new partition
>
>Hi,
>
>I've got a free linux partition and I want to move /usr from my main linux
>partition to it.
>
>is it enough to temporarely mount the new partition (say /mnt/temp).
>do a cd /usr; cp -pR * /mnt/temp
>unmont and then mount the new partition on /usr ?
>will I mess symb links?
init 1
cp -a /usr/* /mnt/temp/
Verify the copy a bit, then:
mv /usr /old-usr
mkdir usr
umount /mnt/temp/
mount <new-part> /usr
Edit /etc/fstab and fix it up to mount /usr at boot time.
init 3
----------------------------------------------------------------------
Mike A. Harris - Linux advocate - Open Source advocate
Opinions and viewpoints expressed are solely my own.
----------------------------------------------------------------------
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list