No System write permissions

Scoopta

Member
Nov 3, 2013
32
0
0
I cannot write to my phones system partition. I can successfully run
Code:
mount -o remount,rw /system
from the shell but doing
Code:
mount | grep system
afterwards reveals that the partition is still read only. Root apps like Link2SD and ES File explorer also fail to write to system. I can still do it from inside of TWRP but I'd like to get it working in Android. Is there any fix for this as of now?