How to create a soft link between root partition and ext3 partition(on SD)
1
vote
2
answers
10644
views
I am trying to create symbolic links of
/data/sdext2/app/\*
on /data/app
.
This is what I did in adb shell
ln -sf /data/sdext2/app/\* /data/app/
But it is telling *"link failed No such file or directory"*.
Note that none of the partitions are of FAT32 format.
And without -f option it says *"link failed File exists"*.
Asked by 2991ambusher
(121 rep)
Nov 6, 2012, 01:28 PM
Last activity: Jan 20, 2017, 10:29 PM
Last activity: Jan 20, 2017, 10:29 PM