Create your own SSD mount point in Android 7.1.2

Search This thread

PRP4686

New member
Apr 3, 2019
3
0
Hello,

I want to mount my SSD on the pre-created directory from the init.rc file. For an example, I have created the directory inside the /storage partition from init.rc file and my good news is I was able to create the directory named as 'abc' inside the /storage partition.

But my question is, How do I mount my SSD on that newly created directory(abc) in such a way that my application can access the SSD from 'abc' directory. And It should have all the permissions (read, write, execute) means I should be able to read/write without root or 'su'.

Just for your Information, I do have an Android 7.1.2 source code.

By the way, saying thanx in Advance.