On May 10, 8:20 am, Raphael <r...@android.com> wrote:
> The original post is about an sdcard image, so I guess this is
> emulator related. An emulator sdcard is a FAT32 filesystem so you
> should be able to mount it using mount under linux if you have a fat32
> support module. Under Windows or Mac there are probably ways to do
> that too.

In Linux:

$ mkdir /tmp/sdcard; sudo mount -o loop sdcard.img /tmp/sdcard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to