After our thread some weeks ago regarding reading the serial number from a MMC card, I've since implemented detection of the MMC card's presence by the existence of those same files.  I know my solution works on my device perfectly.
<br><br>I figure it&#39;s probably a bad decision, because the architecture could change somewhat with the next hardware or software release.<br><br>Can someone tell me, is there an approved / documented way of identifying the location of any MMC cards currently installed?&nbsp; I&#39;ve noticed you can&#39;t simply look for /media/mmcX because that directory will exist even if there is no card inserted.
<br><br>Also, what determines MMC1 vs MMC2 as the card&#39;s path for internal/external?&nbsp; Is it possible these paths would change at some date?&nbsp; I know some Linux distro&#39;s with SATA drives had a problem with the drives changing their /dev/sdX path every reboot.&nbsp; I know that MY Nokia isn&#39;t doing anything similar, but I figure it&#39;s possible that my /media/mmc1 might be internal, but for someone else it could be the external slot - or maybe in the next hardware revision or something.
<br><br>I did find the alias names located in the /sys/ path that specify &quot;internal&quot; is for one and &quot;external&quot; or removable or something for the other.&nbsp; Also, are the names and paths the same for the 770&#39;s?&nbsp; Since I have an n800 I don&#39;t know.&nbsp; I&#39;m hesitant to read too much data from /sys/ because it all looks _so_ Maemo-specific I wonder if I will tie my code too closely to one hardware revision.
<br><br>Just looking for the most _compatible_ way to identify if/when and where a media card is present.<br><br>And as usual, from Python.<br><br>Thanks,<br>Tony<br>