When using sfdisk, it says that if you make a DOS partition you need to dd if=/dev/zero of=/dev/mmcblk1p1 bs=512 count=1
So, I tried next to only make one 2GB partition for ext2.
I try to mount /dev/mmcblk1p1, and there is nothing there. sfdisk -l /dev/mmcblk1 says: "sfdisk: ERROR: sector 0 does not have an msdos signature /dev/mmcblk1: unrecognized partition No partitions found"
I am not sure where to go from here. I am using an N800, and trying to use the external MMC so I can still utilize the swap built into the OS on the internal MMC.
Perhaps I have a bad card, or messed it up somehow with all this partitioning from the device?