I am running the latest RC10 pdaxRom on a C860
I have just partitioned my SD card so that the 'part1' is a FAT32 partition (this is for W2K which only 'sees' the first partition on the card). The 'part2' is formatted as a ext2 partition as described previously in this thread.
I could not quite follow the rest of the instruction for automounting the card. I have tried modifying the /etc/fstab file it now has two mount instructios as:
/dev/mmcd/disc0/part1 /mnt/fat auto noauto,owner 0 0
/dev/mmcd/disc0/part2 /mnt/card auto noauto,owner 0 0
and I have modifyed sdcontrol like this:
DEVICE=/dev/mmcd/disc0/part1
MOUNT_POINT=/mnt/fat
Now, how do I get the the other partition to automatically mount?
Can I just add:
DEVICE=/dev/mmcd/disc0/part2
MOUNT_POINT=/mnt/card

??
(Note: mount -a gives errors with mounting the card, don't know why yet)
Someone who knows these things please guide me. Many thanks.
Phill