From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NiZZc-0003IV-O8 for garchives@archives.gentoo.org; Fri, 19 Feb 2010 20:35:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA53E0B2F; Fri, 19 Feb 2010 20:35:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E0611E0B2F for ; Fri, 19 Feb 2010 20:35:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 872381B417F for ; Fri, 19 Feb 2010 20:35:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.382 X-Spam-Level: X-Spam-Status: No, score=-3.382 required=5.5 tests=[AWL=-0.783, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2HTC5SiYWX-p for ; Fri, 19 Feb 2010 20:35:21 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 911CA1B41F2 for ; Fri, 19 Feb 2010 20:35:18 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NiZZF-00076n-1U for gentoo-user@gentoo.org; Fri, 19 Feb 2010 21:35:17 +0100 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 21:35:17 +0100 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 21:35:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] When copying an os to new disk Date: Fri, 19 Feb 2010 14:34:41 -0600 Organization: Still searching... Message-ID: <87hbpdotge.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:nzArWXHmiat8FYTjT6olpIzliVw= Sender: news X-Archives-Salt: 40bd0b88-d0cd-444b-baca-f60033bed6a7 X-Archives-Hash: 4e8c43d2d41b44e61afa6777f1282e96 I'm currently rsyncing an OS (new gentoo install) from one vmware disk to a newly created one. I know not to copy /proc but not sure about /dev. Looking at an unbooted OS disk with an install on it... I see /dev/ is populated (with no boot up), but I recall seeing things during boot like `populating /dev' (I think). So should I copy it over to new disk or not? OH, what this is all about is maybe worth mention here for someone else doing similar. I opened a vmware appliance (pre made install of gentoo 1008), thinking I'd be able to fairly quickly get it up to date. The reason I went with the premade appliance is that I've tried several times to get a vmware gentoo guest going but always have trouble when booting off the newly built kernel. I've fussed with that repeatedly and only managed long ago to get one gentoo vmware guest running. (There was quite a tirade of threads initiated by me here back then), So anyway the appliance turned out to be a real chore to get updated... Circular dependancies involving different versions of portage and somekind of api... maybe eapi1 not working with various pkgs, all in all a big nasty circle jerk... so went ahead and tried the `from scratch' route. And true to form having plenty of trouble getting my kernel to see the vmware disk I installed on, once I boot off the new kernel. I chose to install on a scsi disk as recommended by vmwares' help. That, I think is where the rub currently is. I noticed the appliance (From bagvapp) was built on an IDE disk, And its worth noting that even when booting from the appliance,,, that kernel doesn't see the scsi disk either... (with fdisk). So the livecd kernel sees both the appliance IDE disk and the scsi disk I installed on. That kernel appears to be genkernel built and uses the initrd approach, so all mod are in play before the actual kernel starts booting. Anyway, cutting to the chase, I added an IDE disk myself and am copying the OS from the original SCSI to the IDE (I foolishly did quite a bit of emerging and configuring from the chroot before actually testing if it would boot so, don't wan't to lose that work and do another fresh install). So, I'm about to find out if any of it is going to work but wondered about copying /dev/ over.