Up until an hour ago I had a stable 8.0R-p2 amd64 system. On somewhat of a whim I tried loading the ahci module and rebooted. Things come up fine but after about fifteen minutes I get an ugly freeze, then a panic. Single user mode, fsck, umount -a and edit loader.conf to get rid of the ahci load line, and a reboot. Only now the ahci module is loaded anyway and gmirror sees this:
instead of the expected
Because, I imagine, it has been told to look for ad4 and not ada0, so the mirror is not being re-built. Thought I'd try re-editing fstab to boot to one disk and re-declaring it a mirror and then inserting the second disk. The bios is set to use ahci mode for disks but that was never a problem before. Somewhere disk identity has been rewritten to force the adaN scheme rather than adN. So ahci doesn't seem to work on my system but it stinks that it's not as simple to get out of as to fall in to. How can I get out of this? I've got to get this off before things freeze again.
thanks,
sa
Code:
Name Status Components
mirror/sys0 DEGRADED ada1
Code:
Name Status Components
mirror/sys0 DEGRADED ad4
ad6
Because, I imagine, it has been told to look for ad4 and not ada0, so the mirror is not being re-built. Thought I'd try re-editing fstab to boot to one disk and re-declaring it a mirror and then inserting the second disk. The bios is set to use ahci mode for disks but that was never a problem before. Somewhere disk identity has been rewritten to force the adaN scheme rather than adN. So ahci doesn't seem to work on my system but it stinks that it's not as simple to get out of as to fall in to. How can I get out of this? I've got to get this off before things freeze again.
thanks,
sa