I have tried to submit this in a new git branch called &quot;udev-install&quot;. I&#39;m not very confortable with git so I don&#39;t know if I was successful... but I looks like I submitted something :)<br><br>Antoine<br>

<br><div class="gmail_quote">On Fri, May 28, 2010 at 12:31 PM, Antoine Benkemoun <span dir="ltr">&lt;<a href="mailto:antoine.benkemoun@gmail.com">antoine.benkemoun@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Ok I solved this !<br><br>When you have multiple partitions you need to install udev or else the extra partitions will not work. This is at least the case for Debian Lenny.<br><br>I added a file called 71-install-udev in /usr/lib/xen-tools/lenny.d that was just a copy of 70-install-ssh but replaced ssh with udev.<br>


<br>I think udev should be installed for every Debian. I remember that with Etch, you needed udev in order to gain ssh access to a domU.<br><font color="#888888"><br>Antoine</font><div><div></div><div class="h5"><br><br>

<div class="gmail_quote">On Fri, May 28, 2010 at 11:56 AM, Antoine Benkemoun <span dir="ltr">&lt;<a href="mailto:antoine.benkemoun@gmail.com" target="_blank">antoine.benkemoun@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
I have been having an annoying problem with a multi-partition domain. 
This domain has a separate partition for : /, /home, /usr, /var, /tmp 
and /data. I created it using xen-tools and the custom partitionning 
scheme option. The partitions are inside a LVM.<br>
<br>
When I boot the domain, it mounts the / and swap partition but none of 
the others. Therefore it doesn&#39;t work... I get the following error :<br>
<br>
fsck.ext3: No such file or directory while trying to open /dev/xvda6<br>
/dev/xvda6: <br>
The superblock could not be read or does not describe a correct ext2<br>
filesystem.  If the device is valid and it really contains an ext2<br>
filesystem (and not swap or ufs or something else), then the superblock<br>
is corrupt, and you might try running e2fsck with an alternate 
superblock:<br>
    e2fsck -b 8193 &lt;device&gt;<br>
<br>
When I mount the partitions in question in the dom0, it works perfectly 
fine. When I fsck.ext3 the partitions in question, it returns no errors.<br>
<br>
In the dmesg I get the following messages, I don&#39;t know if they&#39;re 
relevant.<br>
<br>
[    0.187583] blkfront: xvda7: barriers enabled<br>
[    0.189567] blkfront: xvda6: barriers enabled<br>
<br>
I also see this message that seems to correspond to the partitions : <br>
<br>
[    0.045069] xenbus_probe_devices device<br>
[    0.045069] xenbus_probe_devices 1/3 vbd<br>
[    0.045069] xenbus_probe_device_type type vbd<br>
[    0.045069] xenbus_probe_device_type 1/7 51719<br>
[    0.045069] xenbus_probe_device_type 2/7 51718<br>
[    0.046084] xenbus_probe_device_type 3/7 51717<br>
[    0.046084] xenbus_probe_device_type 4/7 51716<br>
[    0.046084] xenbus_probe_device_type 5/7 51715<br>
[    0.046084] xenbus_probe_device_type 6/7 51714<br>
[    0.046084] xenbus_probe_device_type 7/7 51713<br>
<br>
My domU configuration is the following :<br>
<br>
root        = &#39;/dev/xvda2 ro&#39;<br>
disk        = [<br>
                  &#39;phy:/dev/vg/test-home,xvda7,w&#39;,<br>
                  &#39;phy:/dev/vg/test-data,xvda6,w&#39;,<br>
                  &#39;phy:/dev/vg/test-tmp,xvda5,w&#39;,<br>
                  &#39;phy:/dev/vg/test-usr,xvda4,w&#39;,<br>
                  &#39;phy:/dev/vg/test-var,xvda3,w&#39;,<br>
                  &#39;phy:/dev/vg/test-root,xvda2,w&#39;,<br>
                  &#39;phy:/dev/vg/test-swap,xvda1,w&#39;,<br>
              ]<br>
<br>
What have I done wrong ? I have tried many things... DomU is a fresh 
Debian Lenny and the partitions are ext3. dom0 is also Debian Lenny. Xen
 is version 4.0 compiled from source. I tried with XFS but I got the 
same error.<br>
<br>
Thank you in advance for your help,<br><font color="#888888">
<br>
Antoine<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>