I bought a 1gb sd card. I used fdisk to define 2 partitions by using the following command:
fdisk /dev/mmcd/disc0/disc
The first partition is of type 83 (ext2). The second one of type 6 (FAT16).
After I confirm the setting changes by exiting fdisk with 'w', I get a 'bad blocks count' error message when I run the command mkfs.ext2 /dev/mmcd/disc0/disc.
How can I create a partition correctly as I would like to be able to mount my sd card both on my C760 via partition 1 and on my Mac via partition 2?