Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify external partition by block device #28

Open
krichter722 opened this issue Apr 16, 2014 · 2 comments
Open

Specify external partition by block device #28

krichter722 opened this issue Apr 16, 2014 · 2 comments

Comments

@krichter722
Copy link

As far as I understood, mounts2sd uses a partition (or two if swap is enabled) based on convention and fails quiet silently if it doesn't find it. Has there been discussion about specifying the partition to use with a path to a block device or a UUID (I don't know if Android has /dev/by-uuid/ mapping). This would not only allow to use specific partitions (rather than "the largest"), but also to get an immediate feedback when setting the partition in the settings dialog whether it can be used or not (and in this case of course why :)). This would also cover issues like #26.

@jelabarre59
Copy link

It's especially a problem on shoddily-designed products like the Nabi2. The Nabi2 uses /sdcard2 as a link to one of it's own internal partitions. A lot of apps will presume the highest-numbered sdcard# is the external, while that is not the case with the Nabi2 (which puts external storage at /sdcard1). Desperately trying to find a way to make this kids tablet usable for something other than the shoddy built-in apps.

@ildar
Copy link

ildar commented Aug 8, 2018

rather than "the largest"

wrong. It uses exactly the primary partition # 2. If it doesn't work, you should have attached logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants