One advantage in using app2sd
( or link2sd
) was that if all your apps are totally linked
when you swap out phones you would hope to 'carry' your apps with you and of course space savings to /Data
I know how linking
works but my question is about how app2sd
and link2sd
"remember' how apps are linked.
I am facing a constant problem where my ext4
partition
# 2 does not automatically mount
. I have to do soft-reboot or use "Mount 2nd partition" after the boot. It does not want to do this on runtime and after this only partially linked apps will show up. I am rooted via Magisk
with Global Namespace
turned on .
One of the consequence of this is if an app is 100% linked it Just disappears ...WTF ..whoa ! what a waste of time linking. Why does is do that . What's happening under the covers ?
Both these are clone apps but I have been using app2sd
for sometime after Link2sd
dev. wont reply to emails ( I had the paid version )
These apps store linking info into an app2sd
database ...why then cant this info be preserved. All my apps that are 100% linked ( well to be precise those apps that have apk
, and Libraries ( lib )
linked as against data
and ext_data
and cache
. So an app
with apk
linked and data
, ext_data
& cache
on internal
would still fall in the 'disappear' category )
keep disappearing Those that are part linked will appear .
ln -s
it will be recognized from Link2SD. besides this you can place mount script in /data/adb/post-fs-data.d or /data/adb/service.d just mount your ext4 partition to /data/sdext2 on earlier stage. remember these apps are outdated and developed for low memory devices with android 2.3.6, you have a native ext4 partition meanwhile called adoptable storage – alecxs Jul 15 '19 at 23:59adoptable storage
is thatext4
is not supported since I i nrooted
I can use the ADB method and give any kind of mix I want... but the second partition it will create is afat32
..so coming back to my concern .. I would like to devote a separate third partition for all apps that are extremely write sensitive such as a WhatsApp. and and isolate it from my main partition. Idea behind this also has to do withwear leveling algorithm
which I read is active inmicro SD
card - if file system is based on FAT cfext4
which is not based on any file allocation table & so does – user1874594 Jul 18 '19 at 22:09ext4's
mounted and all of them should be available to all apps for RW – user1874594 Jul 18 '19 at 22:09/data/system/uiderrors.txt
– alecxs Jul 19 '19 at 17:48