14:24 linux-m7vl:~ # mount -t ext4 /dev/sdb8 /mnt/sdb8
mount: /dev/sdb8 already mounted or /mnt/sdb8 busy
mount: according to mtab, /dev/sdb8 is already mounted on /mnt/sdb8
14:25 linux-m7vl:~ # dir /mnt/sdb8
bin dev initrd.img lost+found opt sbin sys var
boot etc initrd.img.old media proc selinux tmp vmlinuz
cdrom home lib mnt root srv usr vmlinuz.old
14:25 linux-m7vl:~ #
/dev/sdb8 is my ubuntu-9.10 install.
though i have ext3 format in it ,it mounts ok here
If you’re trying to create an entry in the openSUSE boot menu that will allow you to boot Ubuntu at boot time, you need to add an entry for Ubuntu into the file “menu.lst” which is located in directory /boot/grub in openSUSE. It’s a very simple fix, requiring only that you edit a text file.
The entry is exactly this:
#Don't change this comment - YaST2 identifier: Original name: none#
title Ubuntu booting via symlinks
root (hd0,2)
kernel /vmlinuz root=/dev/sda3 ro quiet splash
initrd /initrd.img