Raid root partition not mounting after updates

I’m having some problems with a hosted openSUSE 11.2 server. It was running fine until I did a “zypper up” to apply patches. This included a kernel update.

On reboot the root partition does not mount the / partition giving the following error:

Unrecognized mount option “defaults.noatime”, or missing value mount: wrong fs type, bad option, bad superblock on /dev/md2.

Through an Ubuntu rescue disk (this is what Hetzner provides) the disk can be mounted without problems.

( I installed a fresh openSUSE 11.2 with a similar configuration and got the same results after the update)

The server is a hosted installation from Hetzner in Germany with just the basics for LAMP setup.

The disk setup is as follows using software raid1:
swap /dev/md0 (/dev/sda1 /dev/sdb1)
/boot /dev/md1 (/dev/sda2 /dev/sdb2)
/ /dev/md2 (/dev/sda3 /dev/sdb3)

See the image below for details.

Did anyone experience a similar issue?

http://lh3.ggpht.com/_4Cb511wocj0/S2C378g7vtI/AAAAAAAAHhM/Xk1li0ZDceA/s800/Screenshot-WD-new%20server%20-%20VMware%20Player.jpg

Any help or feedback would be appreciated.

Well that should be defaults**,**noatime (comma). Are you able to mount the root filesystem and correct this typo?

Booting through a rescue disk I have fixed it but are still getting the same error.

Well either you didn’t fix it or it’s a second typo or a different error.