Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • Yes, this is known information. But /etc/vold.fstab does not have a (documented?) means to specify mount options. It may very well be impossible to obtain the correct mount at boot time (i.e., via /etc/fstab.old) but in that case I hope there's a way to automatically execute the remount command. I did put the remount in /etc/rc.local but that didn't work, apparently the SDcard has not yet been mounted when /etc/rc.local is run. Commented Nov 5, 2012 at 13:10
  • you mean dev_mount ? Commented Nov 5, 2012 at 13:13
  • did you try to replace dev_mount with your mount command ? Commented Nov 5, 2012 at 13:14
  • Do you mean that the 'dev_mount' line in /etc/vold.fstab is just a shell command, and that I can replace it by an arbitrary other command? Commented Nov 5, 2012 at 13:18
  • I guess so, I don't have an android device with me but I hope I am not wrong. Commented Nov 5, 2012 at 13:22