From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glen Subject: Re: Begging for help with cloned OpenSuse 10.3 DomU on OpenSuse 11.1 Dom0 Date: Wed, 24 Nov 2010 09:15:02 -0800 Message-ID: <4CED4816.7030604@c5i.net> References: <20101121000829.GA32177@c5i.net> <4CED421B.9070402@c5i.net> <20101124170444.GA12417@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101124170444.GA12417@dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 11/24/2010 9:04 AM, Konrad Rzeszutek Wilk wrote: >> Now, I get that I'm doing some unorthodox things here. Cloning a physical >> machine into a virtual machine. Running 10.3 as a guest under an 11.1 host. > What is the filesystem you have in your guest? Konrad - Thank you so much for replying! Both filesystems are EXT3. disk=[ 'file:/a/disks/ietfc103/disk0,xvda,w', 'phy:sdc1,sdc1,w', ] EXT3 FS on xvda2, internal journal EXT3-fs: mounted filesystem with ordered data mode. EXT3 FS on sdc1, internal journal EXT3-fs: mounted filesystem with ordered data mode. glen@guestc:~> mount /dev/xvda2 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sdc1 on /a type ext3 (rw,acl,user_xattr) securityfs on /sys/kernel/security type securityfs (rw) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) nfsd on /proc/fs/nfsd type nfsd (rw) Glen