Re: Rearranging partitions

1999-07-27 Thread Paulo Henrique Baptista de Oliveira
Hi, I think this too, that is better move /usr/lib to /mnt but FHS will be adopted and /usr/doc will be added to /usr/share, giving a total of: 250+264=514 against 505 of /usr/lib. So it's better move /usr/share, or not? Thanks,PH Bob Nielsen wrote: > I'd recommend moving /us

Re: Rearranging partitions

1999-07-27 Thread Bob Nielsen
I'd recommend moving /usr/lib, since it is the largest other than /usr/local, which you already have on a separate partition. Possibly /usr/share would be a good choice, as I think it will grow substantially when the FHS is fully adopted. Bob On Tue, Jul 27, 1999 at 09:57:51AM +, Paulo Henr

Rearranging partitions

1999-07-27 Thread Paulo Henrique Baptista de Oliveira
Hi all, I have a /mnt partition in /dev/hda1 in the beggining of my disk (so I cant delete it and make 2, or not?) and a / partition full. My df -h shows the following: /dev/hda3 1.9G 1.7G 59M 97% / /dev/hda4 926M 785M 94M 89%

Re: cpio WAS: Rearranging partitions

1996-11-05 Thread tomk
Martin Stromberg writes: > > The con regarding "cp -a" is that it's GNU cp. Versions on other systems > fuck up symbolic links e. g. > I used this very same method to migrate my debian system to a new hard drive and I agree with the above! I had /usr/local/bin setup with symbolic links (for m

Re: Rearranging partitions WAS: Re: Question??

1996-11-04 Thread David Puryear
Hi All, > > Not very good; you'll have problems with symlinks, special files in > > /dev, etc. Try: > > > > umount /dev/hda1 > > mke2fs /dev/hda1 > > mount /dev/hda1 /mnt > > umount /home > > cd / > > find ./ | grep -v /mnt/ | cpio -pdmv /mnt > > > > Edit lilo to point to your new root and re

Re: cpio WAS: Rearranging partitions

1996-11-04 Thread Martin Stromberg
> > > Date: Sat, 2 Nov 1996 00:29:32 - > > From: Nelson Posse Lago <[EMAIL PROTECTED]> > > To: Martin Stromberg <[EMAIL PROTECTED]> > > Message-Id: <[EMAIL PROTECTED]> > > In-Reply-To: <[EMAIL PROTECTED]> > > > Subject:

Re: Rearranging partitions WAS: Re: Question??

1996-11-04 Thread Martin Stromberg
> > On Fri, 1 Nov 1996, Martin Stromberg wrote: > > > > What do I need to consider when copying "/" to another partition? Reason > > > I ask is I would like to put it in partition which had dos. Here is what > > > I would like to do: > > > > > > Old setup: > > > > > > hda1 -- dos > > > hdb1 --

cpio WAS: Rearranging partitions

1996-11-02 Thread Chris Hafey
> Date: Sat, 2 Nov 1996 00:29:32 - > From: Nelson Posse Lago <[EMAIL PROTECTED]> > To: Martin Stromberg <[EMAIL PROTECTED]> > Message-Id: <[EMAIL PROTECTED]> > In-Reply-To: <[EMAIL PROTECTED]> > Subject: Rearranging partitions WAS: Re: Question?

Rearranging partitions WAS: Re: Question??

1996-11-02 Thread Nelson Posse Lago
On Fri, 1 Nov 1996, Martin Stromberg wrote: > > What do I need to consider when copying "/" to another partition? Reason > > I ask is I would like to put it in partition which had dos. Here is what > > I would like to do: > > > > Old setup: > > > > hda1 -- dos > > hdb1 -- swap > > hdb2 -- / >