This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mounting partitions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]