I think the error is something different. I can mount my USB key
that I
formatted ext2, but when I try /dev/hda1 instead of /dev/sda1, it
says
Unknown error 6, which is "no such device or address".
Forgive if you have done this already Just trying to cover all the simple fixes first. Have you verified that you really have IDE devices enabled in your kernel?
No problem, I appreciate the help
I have CONFIG_IDE CONFIG_BLK_DEV_IDE CONFIG_IDE_GENERIC
All enabled. I couldn't find any others that made sense to me.
I was missing CONFIG_BLK_DEV_IDEDISK
The disks were recognized in the IDE driver, but the disk enumeration functions were never called.
Thanks again for your help. It mounts and kexecs.
Myles