On Mon, 2014-08-11 at 09:32 +0100, Jon Medhurst (Tixy) wrote:
On Mon, 2014-08-11 at 09:27 +0100, Varun Sarwal wrote:
[...]
And how would one go about doing that? Is it simply a mount /dev/* from the terminal? What’s the best way to find out the device name for the sdcard in this case?
It's is automatically mounted, it's at the path in the variable $EXTERNAL_STORAGE and there's a symlink at /sdcard/.
Sorry, I forgot that people are trying to use Juno, am I correct? In which case, I beleive the Android port is being kept 'close to AOSP' so doesn't have any Linaro patches for proper device integration. So you'll have to mount it by hand, something like:
mount -t vfat /dev/block/sda6 /mnt
but then I beleive Android won't actually see this as official 'external storage', so that may have an effect on what you can do with it.