Hello, I managed to port the IDE controller for my hardware platform onto ecos/redboot. Redboot now recognizes my harddrive and identifies the partitions on it. However, I can't figure out how I mount a partition:
RedBoot> disks hda1 Linux hda2 Linux Swap hda3 Extended hda5 Linux hda6 Linux RedBoot> mount -d /dev/hda1 -t ext2 Mount failed -1 RedBoot> mount -d hda1 -t ext2 Mount failed -1 Jon -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
