Sorry if the answer to this is obvious: Is there a practical superiority for formatting SD cards with either FAT16 or the Linux format (can\'t recall the name)?
If you are a windows user who wants to use your SD card in windows then you only have one option - fat16. (Actually there are a few applications that allow you to read ext2 formatted drives on windows but they are a bit buggy) Fat16 superiority rests in the fact that you can take the card from your Z put it into a card reader on windows, a digital camera, a mp3 palyer etc and it will work.
However, If you have already thrown off the shackles of MS and are a linux user then ext2 has some pros - ability to create links to files (kinda like shortcuts in windows but much more usefull), better handling of fragmentation, & less wasted space due to filesystem dead space. However it isn\'t compatible with many devices that use SD cards, and there is a problem with possible ext2 corruption if a SD card is removed without being unmounted (ejected). Note this is not just a Z problem its a problem with all drives/machines using ext2.
Would someone outline the procedure for formatting a flash card with the linux format: can this be performed from a Win system or must it occur within true linux?
Thanks for your help!
It can\'t be done from a windows system, you need to do it from the Z or a linux system.
The command to format a drive to ext2 is
mke2fs
Where you replace <device> with the device you want to format. On the C760 the SD card is /dev/mmcda, and there is normally 1 partition /dev/mmcda1, normally you would use mke2fs /dev/mmcda1.
You will need to unmount the SD card before formatting it.
I have seen an application that will format SD/CF cards for you using a GUI - it is called Formatter - sorry I can\'t remember where I saw it.
hope this helps - if you have specific questions, please ask
Stu