2

I'm trying to root an unlocked Nexus 2013 Wifi. TWRP and CWM are unable to mount /data, /cache, or /system in recovery mode. TWRP reports internal storage of 0 MB. The system boots normally outside of recovery mode.

A soft-bricked restore with WUG didn't fix it. I've tried manually flashing TWRP and CWM with fastboot in VMWare Ubuntu, WUG in VMWare Windows 7, and in OS X, but the issue persists.

Sphinges
  • 21
  • 1
  • 3

2 Answers2

1

On TWRP (not sure bout CWM), only Data is mounted by default. You have to mount it with the mount option. Be sure to enable MTP (mount point) just in case

John K
  • 479
  • 5
  • 23
0

I was able to get the partitions mounted by using the TWRP recovery image posted here, I then followed the simple rooting instructions here.

Sphinges
  • 21
  • 1
  • 3