|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts) |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
I have spend lots of time struggling with RAID1. The latest curiosity was that I have been unable to mount a RAID1 filesystem built on 11.1 in 11.2.
Apparently some problem might have been caused by some old partition table. To my recall, the latest attempt involved a BIOS format (which took a couple of days on 1GB drives), clean install of RAID1/ext3 on whole drives using YaST from DVD. I was unable to have new 11.2 system mount the raid. I reported this as a bug which the system maintainer says is behaviour not supported. https://bugzilla.novell.com/show_bug.cgi?id=548132 So I am curious to know if anybody has a software RAID1 (preferably on whole disks) on 11.1 that they can mount in 11.2? Thanks.
__________________
HP ML110G5 E8400 2GB openSUSE 11.1, 11.2RC2 x86_64 eVGA 8400GS PCI |
|
||||
|
On Fri, 2009-11-06 at 19:32 +0000, cjcox wrote:
> On Fri, 2009-11-06 at 19:16 +0000, cheongi wrote: > > I have spend lots of time struggling with RAID1. The latest curiosity > > was that I have been unable to mount a RAID1 filesystem built on 11.1 in > > 11.2. > > This is NOT an answer. But I have a friend here who's > messing around with 11.2rc2 and says that is does not > support RAID1 sw boot on his AMD 64bit setup and he says > that it converted ALL seen ext3's to ext4 (even for OS's > like Ubuntu installed on the same host in multi-boot) and > he says the grub entries were totally wrong, saying one > thing and pointing to another. > > He's pretty upset.... I told him that by definition openSUSE > doesn't HAVE to work. Also, same person said acpi doesn't work on his machine anymore (did on 10.3 and 11.1). That could be something more serious since newer hardware will require that acpi works. |
|
|||
|
So at least one person can get it to work. Check this out if your software raid is broken in 11.2:
User fred.blaise@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=548132#c20
__________________
HP ML110G5 E8400 2GB openSUSE 11.1, 11.2RC2 x86_64 eVGA 8400GS PCI |
|
|||
|
Quote:
RC versions may very well have issues with software RAID, they will get sorted via updates, for now I should install 11.2 into spare space and try it out, and build RAID sets ater install. ACPI does generally work, on AMD 64 X2 with Cool N' Quiet, I have issue with "Suspend to RAM" now, but that is all that broke from 11.1, which as released used to run CPU at only 1 GiHZ due to an erroneously long sampling period > 2 secs for CPU utilisation in the governor. There's a huge amount of hardware to support, and a recent kernel like 2.6.31 (only out 6 weeks) is going to throw up a lot of issues once it's picked up by distro's, many of them known (and perhaps with solution patches) but which fixes can't make the deadline for GM. |
|
|||
|
I have tried raid 1 for /boot in 11.2 final, but with only half success. Creating it is no problem, at boot time grub does it's job, but then I get a root prompt because fsck can't check the /boot partition. And that is because /dev/md0 doesn't exist, and I have to manually issue
Code:
mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 -–run After that the Code:
/sbin/fsck.ext3 LABEL=boot -a (The boot partition is labeled "boot" as you might guess:-)) I have tried to set the boot.md to start in runlevels B, 1,3, and 5, but that didn't help. I haven't tried this before 11.2 final, so I don't know if it worked before, but unless I'm doing something wrong here, my conclusion is that it doesn't work in 11.2 final. I want to create a RAID-5 device for the root partition, but I'm glad I didn't do that rightaway, because than I wouldn't have had access to mdadm... |
|
|||
|
I have wrestling with upgrading 10.3 running on raid 1 (/dev/md0) to 11.2 on a second raid1 (/dev/md2), with some success. 11.2 boots and runs on /dev/md2, but I cannot mount /dev/md0 (and the 10.3 running on /dev/md0 mounts /dev/md2 correctly). So would conclude that 11.2 does work with raid 1.
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|