WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
Xen

xen-users

[Top] [All Lists]

[Xen-users] DomU boot EXT2-fs warning question

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] DomU boot EXT2-fs warning question
From: John Scrivener <john@xxxxxxxxxxxx>
Date: 2006年4月29日 16:40:02 +1000
Delivery-date: 2006年4月29日 00:14:24 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.2
I'm new to Xen-users, not sure if I'm sending this to the right place...
Re: [Xen-users] DomU boot EXT2-fs warning question
> Simon wrote:
> > Hi There, We have a debian domU that is using LVM-backed VBD's as
> > drives. When i formatted the LVM partitions, im pretty(!) sure that i
> > formatted them as ext3 drives. They mount OK as a ext3 drive under the
> > dom0... but when booting the domU, i get this:
> >
> > EXT2-fs warning (device hda1): ext2_fill_super: mounting ext3 filesystem 
as 
> > ext2
> > VFS: Mounted root (ext2 filesystem).
> >
> > Still works OK tho. Any ideas?
> >
> > Simon
> >
>
> Does it say ext3 or ext2 in /etc/fstab?
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
Any more thoughts here?
Simon
**********************************
I had the same error message... turned out my kernel was configured with EXT3 
as a module.
Check the config file for your kernel, eg. cd to your kernel sources dir,
usually /usr/src/linux
type:> grep -in ext3 .config
if the result looks something like this...
2140:CONFIG_EXT3_FS=m
it means support for file system type EXT3 has been compiled as a module (m)
The root file system (/) must be mounted before any modules can be loaded,
so (/) will be mounted as ext2 even if it's ext3, because ext3 support is
not available until the module is loaded.
You need to reconfigure the kernel (eg. make xconfig), 
select (y) for EXT3 under "File systems" and then recompile.
Now "grep -in ext3 .config" should return something like this...
2135:CONFIG_EXT3_FS=y
Hope this helps solve your problem. 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: [Xen-users] DomU boot EXT2-fs warning question , John Scrivener
Next by Date: [Xen-users] DomU boot EXT2-fs warning question , John Scrivener
Previous by Thread: [Xen-users] DomU boot EXT2-fs warning question , John Scrivener
Next by Thread: [Xen-users] DomU boot EXT2-fs warning question , John Scrivener
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /