On the emulator, I can unmount the SD card from the Settings.
I can then mount it on my OS, then unmount it normally.
I haven't been able to figure out how to re-mount it then on the emulator (without rebooting it).
hints:
- the
adb
commandremount
is unrelated: it's about/system
- the
emulator
command is unrelated: it's only about starting the emulator - mounting the SD card in two places of course fucks everything up (I tried)
more:
mount
outputs the following:/dev/block//vold/179:0 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
trying to mount again from the shell after unmounting it, using the same options as above, gives a segfault
- no idea why the double slash in
block//vold
, I guess it's just a typo