Hi, using ext4-filesystem on openSuSe/64 bit, I wonder if the current Xen-3.4.2 supports ext4. Furthermore, what is the recommended linux-distri and/or version to start with Xen? I compliled Xen-3.4.2 on a openSuse-11.2/32 bit according README, compilation w/o errors. When booting i get the following: --- . . Trying manual resume from /dev/sdb1 Waiting for device /dev/disk/by-id/scsi-SATA_...-part1 to appear: ... Could not find /dev/disk/by-id/scsi-SATA_...-part1 Want me to fall back to /dev/disk/by-id/scsi-SATA_...-part1? (Y/n) n sh: no jobcontrol in this shell $ ls /dev shows no disk, sda or sdb <<<== Ctrl-Alt-Delete md: stopping all md devices --- ~/boot # mkinitrd -k vmlinuz-2.6.18.8-xen -i initrd-2.6.18.8-xen -M /boot/System.map-2.6.18.8-xen Kernel image: /boot/vmlinuz-2.6.18.8-xen Initrd image: /boot/initrd-2.6.18.8-xen Root device: /dev/disk/by-id/scsi-SATA_WDC_WD1600AABB-_WD-WCAP9A969470-part1 (/dev/sda1) (mounted on / as ext3) Resume device: /dev/sdb1 WARNING Cannot determine dependencies of kernel module ''xennet''. Does it exist? If it does, try depmod -a. Continuing without xennet. WARNING Cannot determine dependencies of kernel module ''xenblk''. Does it exist? If it does, try depmod -a. Continuing without xenblk. Kernel Modules: scsi_mod sd_mod libata sata_via usbcore ohci-hcd uhci-hcd ehci-hcd usbhid jbd ext3 Features: block usb resume.userspace resume.kernel Bootsplash: No bootsplash for kernel flavor xen 19609 blocks ~/boot # Wolf -- Wolfgang Grossbauer .................... Tel: +43 662 856669 11 MAGRO Software Engineering & Design .... Mob: +43 676 780 1405 Holunderstr. 22 ........................ Mail: wg@magro-soft.com A-5071 Wals / Salzburg ................. http://www.magro-soft.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jan 21, 2010 at 9:12 PM, Wolfgang Grossbauer <wg@magro-soft.com> wrote:> Hi, > > using ext4-filesystem on openSuSe/64 bit, I wonder if the current > Xen-3.4.2 supports ext4.xen doesn''t really care about what file system you use. You just need to make sure your kernel supports it.> Furthermore, what is the recommended linux-distro and/or version to start > with Xen?I''d highly recommend RHEL/Centos5 (comes with Xen 3.1+), with updated xen rpm from Gitco (if you want newer Xen version).> > I compliled Xen-3.4.2 on a openSuse-11.2/32 bit according README, > compilation w/o errors. > > When booting i get the following:> ls /dev shows no disk, sda or sdb <<<==> ~/boot # mkinitrd -k vmlinuz-2.6.18.8-xen -i initrd-2.6.18.8-xen -MIt won''t work. Opensuse 11.2''s udev needs newer kernel version. When you use old (2.6.18) kernel, udev won''t work, thus you won''t see any disk. Plus xen.org''s 2.6.18 kernel doesn''t support ext4. If you go with opensuse, it has xen and kernel-xen packages ready to install, so you shouldn''t have to compile it manually. If for any reason you want to compile both the hypervisor and kernel manually anyway, you need to get newer kernel version (see http://wiki.xensource.com/xenwiki/XenDom0Kernels) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users