I recently had a similar problem but it was caused from a power blip. I had just set up set up software raid in the installer and had a power outage. When I restarted the installer and went in to partition the disks all I get was "Error reading /dev/md/1" The funny thing is there was a /dev/md1. I solved the problem going to the shell and running: cp -a /dev/md1 /dev/md/1
-- installer's software raid detection https://launchpad.net/bugs/33117 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
