Quote:
Originally Posted by muziling
where is my SDCard directory?
My SD card have 4 partition, 1st FAT32, 2nd EXT3, 3rd FAT32, 4th RAW. Seems System recognize the 3rd partition, all 3rd files is put in directory /sdcard or /mnt/sdcard.... but 1st partition's file can not seen .
|
Just as a general comment, having more than one primary FAT partition on any media leads to bad things(tm). DOS was never really designed to have multiple primary FAT, and that limitation is inherited even to this day.
Partition tables are very finicky, and do not necessarily follow how it is laid out on disk. In fact, unless you create all the partition in a single shot from a blank disk, how you think is the nth partition will not be how the entry on disk is.
That and most automount scripts do not look for more than one partition. Unless there is a good reason why you need two FAT32 on your card, you are running a very unsupported config.
-- Starfox