Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 13:03:55 +0300
From:      Ari Suutari <ari@suutari.iki.fi>
To:        "Yuan, Jue" <yuanjue02@gmail.com>
Cc:        Kip Macy <kip.macy@gmail.com>, freebsd-current@freebsd.org
Subject:   Re: [Fwd: Will Xen 3.0 support (at least domU) be available ?]
Message-ID:  <4518FB0B.4030306@suutari.iki.fi>
In-Reply-To: <51584f840609260257x5b1eaf3bg2d20a735f95a3f52@mail.gmail.com>
References:  <4518D321.8050604@delphij.net>	 <51584f840609260101m7dc0a1e1iffaccc8621df3783@mail.gmail.com>	 <4518E0D1.2030903@suutari.iki.fi>	 <51584f840609260134v1c2dbcd4y23ab0830a198c43d@mail.gmail.com>	 <4518E973.6010004@suutari.iki.fi>	 <51584f840609260153k6ec100cdhebdaad111666f46c@mail.gmail.com>	 <4518EB7B.5010802@suutari.iki.fi> <4518F40F.3050703@suutari.iki.fi> <51584f840609260257x5b1eaf3bg2d20a735f95a3f52@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Yuan, Jue wrote:
> Hi Ari,
> 
> On 9/26/06, Ari Suutari <ari@suutari.iki.fi> wrote:
>> Hi,
>>
>> Ari Suutari wrote:
>> >     But ok, I'll update the fstab to say "/dev/xbd769a /".
>>
>>         It didn't help. Kernel still cannot mount root. I guess
>>         the device name must different then.
> 
> This might due to how you create the image file system. It could be
> /dev/xbd769c instead. :-)
> 
> could you please mount that image as a md device and show me the
> result of invoking *bsdlabel*? I guess you didn't create slice a in
> this case.

mdconfig -a -t vnode -f /opt/freebsd.img -u 4
disklabel -r md4
# /dev/md4:
8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
   a:  7191984       16    4.2BSD     2048 16384 28552
   b:  1000000  7192000      swap
   c:  8192000        0    unused        0     0         # "raw" part, don't edit

mount /dev/md4a /mnt
ls /mnt
.snap   boot    etc     libexec mnt     rescue  sbin    tmp     var
bin     dev     lib     media   proc    root    sys     usr

	Ari S.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4518FB0B.4030306>