@cookie1030
Just saw the following on verygreen's post:
Quote:
Partition layout for the SD cards depends on size:
Less than 600M - unsupported.
up to 1G cards gets: system of ~300M and data of the rest of space. No FAT partition
2G cards (more than 1G up to 1800M) gets: 300M system, 612M data, rest is FAT sdcard
more than 2G cards gets: 460M system, 975M data, rest is FAT for sdcard.
|
Since you've got an 8GB card, I'm going to assume your actual programs are installed on the 975MB data partition which is quite plenty. I'd ignore the smaller FAT32 partition you see in Windows when using an SD card reader. I don't think that gets used for apps.
Edit:
Found more specific information regarding partitions:
Quote:
1st is boot
2nd is /system - your android installation live there
3rd is /data - program data lives there.
4th is /mnt/sdcard - this is the rest of space and is seen as an external sdcard that you can load with whatever you like.
|