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 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] lost root password in guest

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] lost root password in guest
From: Robert Threet <rthreet@xxxxxxx>
Date: Wed, 11 May 2011 10:45:35 -0500
Delivery-date: Tue, 17 May 2011 15:34:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4DCAA76B.5040206@xxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4DCAA76B.5040206@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
Ok - not sure why that didn't work but thanks so much for the xm -c
idea.  Combined with the other ideas I was able to resolve the issue.

Gory details:
http://myratnest.blogspot.com/2011/05/more-fun-with-xen.html

On 05/11/2011 10:12 AM, Robert Threet wrote:
> Still cannot mount filessystem.  I *can* mount loop0p1 - it's the /boot
> partition.
> 
> [root@basket ~]# losetup -a
> /dev/loop0: [fd00]:79331424 (/var/lib/xen/images/vutil.img)
> [root@basket ~]# mount /dev/loop0 /mnt
> mount: you must specify the filesystem type
> [root@basket ~]# mount -o loop /dev/loop0 /mnt
> mount: you must specify the filesystem type
> [root@basket ~]# mount -o loop -t ext3 /dev/loop0 /mnt
> mount: wrong fs type, bad option, bad superblock on /dev/loop1,
>        missing codepage or other error
>        In some cases useful info is found in syslog - try
>        dmesg | tail  or so
> 
> You have new mail in /var/spool/mail/root
> [root@basket ~]# kpartx -av /dev/loop0
> add map loop0p1 : 0 208782 linear /dev/loop0 63
> add map loop0p2 : 0 51183090 linear /dev/loop0 208845
> [root@basket ~]# mount /dev/mapper/loop0p2 /mnt
> mount: you must specify the filesystem type
> [root@basket ~]# mount -t ext3 /dev/mapper/loop0p2 /mnt
> mount: wrong fs type, bad option, bad superblock on /dev/mapper/loop0p2,
>        missing codepage or other error
>        In some cases useful info is found in syslog - try
>        dmesg | tail  or so
> 


-- 
Robert Threet
Systems Manager
USI Computer Center
(812) 465-1082
Confidentiality Statement: This email message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>