(assuming you've fdisk'd a new partition for Linux; call it /dev/hdb1)...
# mke2fs /dev/hdb1
# mkdir /mnt/tmp
# mount /dev/hdb1 /mnt/tmp
# cd /local
# tar cf - * | (cd /mnt/tmp; tar xv)

This will transfer all the files in your existing /local to a new
partition.  Then, edit /etc/fstab appropriately.

>      I have gone off and did a bad thing.  Instead of making separate
> partions for /usr /home /local etc.  I have just made one big /
> partition and now it is full.  To my understanding it is impossibe to
> resize a ext2 partitionI want to install StarOffice but I do not have
> enough room.  So my question is:  If I wanted to install StarOffice in
> the /local dir, would I have to backup everything in the /local dir,
> erase the dir, make a larger /local partition, store the backup, and
> then install StarOffice?
> 
> ---
> -kLicK
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with 
>                        "unsubscribe" as the Subject.
> 


   Chris. | [EMAIL PROTECTED] | http://ebhon.jnst.uor.edu/Users/crank

             Give me life, give me pain, give me myself again  
                                                        - tori amos



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to