Umm, yea. It's me again ... a Windoze user.
I searched via Google for basic linux commands and came up with
this.
The link has the following text as commands to format an SD card to ext2 on a Zaurus :
umount /dev/mmcda1
fdisk /dev/mmcda
o [ENTER]
n [ENTER] p [ENTER] 1 [ENTER] [ENTER] [ENTER]
t [ENTER] 1 [ENTER] 83 [ENTER]
w [ENTER]
mkfs.ext2 /dev/mmcda1
mount /dev/mmcda1 /mnt/cardI'm confused because we 'fdisk /dev/mmcda'? I thought the SD card was at /mnt/card/ . Plus, I'm not sure what the numbers he's entering are for my card specifically.
Can someone help me do this? Please post me the commands to setup my 128mb Sandisk CF as an ext2 filesystem. I have a C3100.
FYI. I am doing this because I would like to setup zgcc on the CF card.
Thanks,
Andres