LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Copying the Whole Fedora 6 OS over to another Hard Drive (https://www.linuxquestions.org/questions/linux-distributions-5/copying-the-whole-fedora-6-os-over-to-another-hard-drive-534770/)

jonty_11 03-05-2007 10:55 AM

Copying the Whole Fedora 6 OS over to another Hard Drive
 
I built FC6 on a machine and want to copy it all over to a Linux Server container I have on another Linux Machine.
Is this possible, I tried to tar the whole thing, but cannot tar /sys and /proc directories..

Any insights would help.

farslayer 03-05-2007 10:57 AM

How bout something like PartImage There is a bootable Live CD version available for download.

jonty_11 03-05-2007 11:47 AM

Partimage
 
Quote:

Originally Posted by farslayer
How bout something like PartImage There is a bootable Live CD version available for download.


Yes, I will try using this... Thx a lot.
WIll let u know if I run into any snags.

jonty_11 03-06-2007 03:19 PM

Quote:

Originally Posted by jonty_11
Yes, I will try using this... Thx a lot.
WIll let u know if I run into any snags.


Well looks like partimage will not work, it is designed to restore partition/image/file to another partition ...and... not a disk structure to a new directory. I have a Virtual Server on which I want to copy whole FC5 to one of the directories say

vserver/fedora6/<here>

<here> is where I want to copy over the sholw FC6 from my standalone machine

jonty_11 03-06-2007 03:21 PM

Quote:

Originally Posted by jonty_11
Well looks like partimage will not work, it is designed to restore partition/image/file to another partition ...and... not a disk structure to a new directory. I have a Virtual Server on which I want to copy whole FC5 to one of the directories say

vserver/fedora6/<here>

<here> is where I want to copy over the sholw FC6 from my standalone machine


What would happen if I employ tar'ing the whole FC6, but for /sys/ and /proc which its not allowing me to?

Will it function normally?

jschiwal 03-06-2007 03:29 PM

/sys and /proc are psuedo file systems. When you read a file such as /proc/config.gs, the kernel creates it on the fly. The /sys file system is a user accessible interface to kernel devices. Create the directories on your target container but don't copy (tar) anything from them. Also be careful with external filesystems mounted on /mnt or /media.


All times are GMT -5. The time now is 06:34 PM.