Hi Community,
Im newbie, browsed through forum and found some simililar issues but not exactly what I was looking for. So here comes my problem: I have fake(bios) raid0 with Windows XP and third non-raid hd which I wanted use to install linux to (as I read about problems with installing grub into raid0).
During installation Yast had correctly detected raids and all windows partitions (basically its divided into two raids with 2 partitions of 1st and 3 on 2nd) and even proposed mounting them at /windows/c, /windows/d and so on.
Now I have OpenSuse 11.4 installed, grub at /boot on sdc but to log to system I need to use installation disc (otherwise Windows starts up). What I wanted to do is follow this tutorial to add grub to Windows bootloader: Boot Multiboot openSUSE Windows (2000, XP, Vista - any mix) with Windows bootloader.
Problem is after reboot partitions are not mounted (dirs exists but nothing there) so I cannot copy boot code to windows. I read that fake raid may need special drivers but when i start Yast->system->partitions it again shows everything correctly!
fragment from partitions section in Yast (I translated/removed non-important entries as I have non-English system so it may vary from what is actually in Eng version):
Device: /dev/md125p1
Size: 48.83 GB
Device path:
Device 1 id: md-uuid-41ef407f:0fdf61b6:f0753e61:af96c24e-part1
File system id: 0x07 HPFS/NTFS
Mounting point: /windows/E *
when I do ls /dev/disk/by-id/
ata-SAMSUNG_HD322HJ_S17AJ90Q610255 md-uuid-070b33d4:a3d58399:b57a5dd5:786e6142 scsi-SATA_SAMSUNG_HD642JJS1AFJ1CQ600858
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part1 md-uuid-41ef407f:0fdf61b6:f0753e61:af96c24e wwn-0x50000f0008068084
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part2 md-uuid-efa602a9:7a46e269:02bf8c05:159d051a wwn-0x50000f0008068085
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part3 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255 wwn-0x50000f000b162055
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part5 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part1 wwn-0x50000f000b162055-part1
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part6 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part2 wwn-0x50000f000b162055-part2
ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part7 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part3 wwn-0x50000f000b162055-part3
ata-SAMSUNG_HD642JJ_S1AFJ1CQ600848 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part5 wwn-0x50000f000b162055-part5
ata-SAMSUNG_HD642JJ_S1AFJ1CQ600858 scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part6 wwn-0x50000f000b162055-part6
ata-TSSTcorp_CDDVDW_SH-S223B_0i23454789KLMNOP scsi-SATA_SAMSUNG_HD322HJS17AJ90Q610255-part7 wwn-0x50000f000b162055-part7
edd-int13_dev82 scsi-SATA_SAMSUNG_HD642JJS1AFJ1CQ600848
btw, there is nothing like /dev/md125p1 just /dev/md125 which is 1st raid and not partition on raid
and cat /etc/fstab
/dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part3 /boot ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part7 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/md-uuid-070b33d4:a3d58399:b57a5dd5:786e6142-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=pl_PL.UTF-8 0 0
/dev/disk/by-id/md-uuid-070b33d4:a3d58399:b57a5dd5:786e6142-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=pl_PL.UTF-8 0 0
/dev/disk/by-id/md-uuid-41ef407f:0fdf61b6:f0753e61:af96c24e-part1 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=pl_PL.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD322HJ_S17AJ90Q610255-part1 /windows/F ntfs-3g users,gid=users,fmask=133,dmask=022,locale=pl_PL.UTF-8 0 0
/dev/disk/by-id/md-uuid-41ef407f:0fdf61b6:f0753e61:af96c24e-part5 /windows/G ntfs-3g users,gid=users,fmask=133,dmask=022,locale=pl_PL.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
basically I see that it should be md-uuid-part1 what is mounted while its not present in /dev
should it be wwn maybe? and how is it that Yast/system/partitioning shows it correctly?
Thanks