From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: pvops Domain 0 Creased when boot Xen-unstable on Ubuntu10.04 Date: Wed, 18 May 2011 08:25:26 +0100 Message-ID: <1305703526.7738.26.camel@dagon.hellion.org.uk> References: <20110516175320.GA5722@dumpdata.com> <20110517144421.GA7597@dumpdata.com> <1305646477.20907.63.camel@zakaz.uk.xensource.com> <1305647376.20907.69.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Bei Guan Cc: Todd Deshane , Xen Devel , Andrei Warkentin , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Wed, 2011-05-18 at 08:13 +0100, Bei Guan wrote: > > Some boot information got from initramfs is list below. It seems that > the /dev/sda9 is available, but there no drivers module > in /proc/modules. I also can't mount /dev/sda9 to other directory. So, > what's the problem with it? And if a device that need to be mount > can't be found in the /dev, what should I do to make it available? Do you have the appropriate filesystem support either configured statically into your kernel or configured a module which has been placed in the initramfs and is loaded as necessary? Ian.