up vote 5 down vote favorite
1

when connecting the android device to pc, it prompts to mount it as usb mass storage. is there a way to force it to auto mount it?

flag

25% accept rate
Which OS is the host? By your question I assume linux. – Elazar Leibovich Aug 1 '09 at 19:37
2  
From the question this could be any desktop OS. When you attach an Android phone to a PC, the phone gives you the option to mount itself as a USB mass storage device on the PC. I think the questioner is asking if you can stop the phone asking and set it to just always mount when attached. – GAThrawn Aug 11 '09 at 21:07
1  
Which do you mean? "When connecting the Android device to the PC, the PC prompts to mount it"? Or "When connecting the Android device to the PC, Android prompts to mount it"? – endolith Oct 11 '09 at 18:03

migrated from stackoverflow.com

3 Answers

up vote 2 down vote

This would have to be solved by an application on the phone, to my knowledge, one does not exist.

link|flag
up vote 1 down vote

While the answers on here were correct at the time, since then a few apps have come along that solve the auto-mounting problem.

Are two obvious ones.

link|flag
up vote 0 down vote

This is how to dual mount an SD card on a Cliq YMMV:

echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.