Resizing partitions and copying data with dd

McDougall, Marshall (FSH) MarMcDouga at gov.mb.ca
Fri Mar 3 13:54:24 UTC 2006


Thanks, Mike, but that didn't work either.  It wanted to take
everything, including all the data from the other mounts, and put it
under /newroot, not just the / contents.

Regards, Marshall 

-----Original Message-----
From: redhat-list-bounces at redhat.com
[mailto:redhat-list-bounces at redhat.com] On Behalf Of Mike Wooding
Sent: Wednesday, March 01, 2006 6:48 PM
To: General Red Hat Linux discussion list
Subject: Re: Resizing partitions and copying data with dd



--- "McDougall, Marshall (FSH)" <MarMcDouga at gov.mb.ca> wrote:

> I am trying to move my root mount to a bigger partition without
> tearing
> down the whole machine.  I created a new ext3 partition of 10G.  I
> then
> tried to copy my existing root partition to the new partition using:
> 
>  dd if=/dev/oldroot of=/dev/newroot
> 
> It worked great except my newroot is 2G, not 10.  I tried using
> ext2online but there are some incompatibilities, or so it thinks.
> Anyone have a suggestion on how I can move my root mount to a new 10G
> partition without any catastrophe?  Thanks.

 The "dd" command didn't copy files, it copied the filesystem,
 superblock and all.

 Make a new FS on /dev/newroot mount it and use something like
 cpio (find / | cpio -pmduv /newroot) to copy the files.



He who laughs last thinks slowest.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list




More information about the redhat-list mailing list