I've been googling the whole day for an answer and it has been frustrating to see how many people write with confidence incompetent solutions.
Many say to mount /dev/block/mmcblk0p8
or /dev/block/mmcblk0p12
in a directory in the sd card, not realizing that data is still stored in the internal memory (if this last statement is wrong then the incompetent one is myself).
What I would like to achieve is to stop Android from writing the internal storage, prolonging that way its lifespan.
There are applications out there to move some app data or some cache to sd card, for some reason no application to move the whole lot.
Any change should also persist at boot/reboot.
I've tried to modify /fstab.smdk4x12
file replacing the partition for /data
with an ext4 partition in sd card. After reboot /fstab.smdk4x12
was restored to its original settings.
Any help will be appreciated, thanks :-)
Asked
Active
Viewed 3,522 times
0

Claudio
- 251
- 5
- 9
/fstab.smdk4x12
is not stored in a persistent memory. It is always loaded from kernel during boot. It is not clear to me what you've written about data still stored in internal memory. What's incompetent here? There solution may be wrong but you've not made your point much clear either, so a third person may take you as a troll who considers anyone incompetent just because their solution didn't work for some reason. Consider purging irrelevant text about anyone and focus on the problem only – Firelord Jan 06 '16 at 00:15