From a google search ;
Once you have recovery up and the phone plugged in via USB, run
Code:
adb shell
. Then, execute
Code:
umount -v /v; umount -v /s;
from the shell that opens up. Do this before doing anything else and TWRP will remount the vendor and system partitions when needed without...