Re: [expert] How do I copy a partition?

2001-04-28 Thread John Wolford
Thanks, Todd :-) j --- Todd Lyons <[EMAIL PROTECTED]> wrote: > John Wolford wrote: > > > 2. copy: > > # cp -a /usr /mnt > > Very good procedure. As an adder, I would like to highlight that the > gentleman you were responding to mentioned the need for the -ax option. > x keeps it within the

Re: [expert] How do I copy a partition?

2001-04-28 Thread Todd Lyons
John Wolford wrote: > 2. copy: > # cp -a /usr /mnt Very good procedure. As an adder, I would like to highlight that the gentleman you were responding to mentioned the need for the -ax option. x keeps it within the same file system. For those that don't know what this means, suppose you have /

Re: [expert] How do I copy a partition?

2001-04-26 Thread John Wolford
Here's a old post that i've wound up re-posting a few times, and here i go again. I'm glad i saved it! Date: Thu, 25 Jan 2001 14:07:23 -0800 (PST) From: John Wolford <[EMAIL PROTECTED]> Subject: Summary: How to move /usr to another partition To: [EMAIL PROTECTED] Greetings again,

Re: [expert] How do I copy a partition?

2001-04-26 Thread ninjaz
My favorite method of copying partitions on systems on Linux is cp -ax (the -x switch tells cp to stay on the current filesystem) Eg., with / mounted as /, and the new one mounted as /newroot, you can say: cd / cp -ax . newroot Make sure to tell lilo and fstab about the change, of course. Als

Re: [expert] How do I copy a partition?

2001-04-26 Thread Rial Juan
Check out the manpage on 'cpio' We use the '-pumdv' options over here (had to copy files in a partition myself the other day). On 2001.04.17 09:39 Phil wrote: > Hello all, > > I originally made my "/" partition too large (only 2% is used) and now I > want > to shrink it because the /usr parti

Re: RE[2]: [expert] How do I copy a partition?

2001-04-19 Thread John Wolford
I've tried to post this message already, did it make it? The delivery of my messages, both to and from this list, seems suspect at best. And from the error messages that i do get to see, it looks like the problem is on "mandrax"'s sideAnyway, here's a post that i made awhile ago on this top

RE[2]: [expert] How do I copy a partition?

2001-04-19 Thread Rusty Carruth
"Jose M. Sanchez" <[EMAIL PROTECTED]> wrote: > > > A far simpler way is to CAT the drive... > > I.E. > > # cat /dev/hdb3 > /dev/hdc3 > > -JMS > --- Well, this is fine if the partitions are the same size, but I believe the question was when changing sizes... Also, dd is possibly better than

RE: [expert] How do I copy a partition?

2001-04-19 Thread Jose M. Sanchez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darek KUZARA Sent: Wednesday, April 18, 2001 3:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [expert] How do I copy a partition? A far simpler way is to CAT the drive

Re: [expert] How do I copy a partition?

2001-04-18 Thread Darek KUZARA
> I originally made my "/" partition too large (only 2% is used) and now I want > to shrink it because the /usr partition is full. My plan is to save the "/" > partition, delete the partition and then create a new one. I have already > saved the /usr directories. You may avoid all the hassle wit

[expert] How do I copy a partition?

2001-04-17 Thread Phil
Hello all, I originally made my "/" partition too large (only 2% is used) and now I want to shrink it because the /usr partition is full. My plan is to save the "/" partition, delete the partition and then create a new one. I have already saved the /usr directories. The question is, how do I