Copying the Whole Fedora 6 OS over to another Hard Drive
Linux - DistributionsThis forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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..
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
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?
/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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.