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.
As Marco said you can't access the sdcard image or device from 2 different locations, e.g. emulator and host can't access it at the same time, unless you want to corrupt it. There's no mount/umount UI in the emulator so you'd have to quit it and restart it. adb push/pull or ddms explorer might be a better choice. R/ On Sat, May 9, 2009 at 3:59 PM, Marco Nelissen <[email protected]> wrote: > I should add: while the sd card is mounted on your computer, it won't be > accessible to the phone, so it's probably not really going to be more any > more convenient than using adb push/pull. > > On Sat, May 9, 2009 at 3:57 PM, Marco Nelissen <[email protected]> wrote: >> >> When the phone is plugged in to your computer, open the USB notification >> (drag down the status bar, select "USB connected"), then choose "mount". >> >> On Fri, May 8, 2009 at 10:30 PM, Mark Carter <[email protected]> wrote: >>> >>> Is it possible to access the filesystem of an sdcard image through >>> something like Windows Explorer? i.e. mount the sdcard as a drive or >>> web folder or something. >>> >>> I have some xml files stored on my sdcard image which I frequently >>> want to edit. Ideally I would like to be able to edit these files >>> directly using my fave xml editor (either through the filesystem or >>> webdav)... >>> >>> But is this possible? If not, is the only alternative to pull the xml >>> file from the sdcard to the dev machine filesystem, edit and the push >>> it back? >>> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

