How to fix unable to Mount data in twrp (Internal storage 0mb)

Fix unable to Mount data in twrp:

Step by Step guide to Fix unable to Mount userdata in twrp. People Who were Looking for the way to Fix 0mb Internal Storage or/ data encryption error can do it by following the below Instructions.

Method 1 : using twrp:

  1. Go to twrp & Make a backup
  2. Go to Wipe, Advance Wipe.
  3. Select Data and go to Repair or Change File System.
  4. Click Repair File System. (If not fix, go to step number 6)
  5. Go to Change File System.
  6. Select Ext2 and swipe to confirm.
  7. Now change back to Ext4 and swipe to confirm.
  8. Now go back and check if your partitions can be mount or not from Mount menu.
  9. If not fix, repair your Internal partition. (This may wipe your Internal storage).

Method 2: using fastboot:

  1. Download & Setup Platform tools
  2. Install adb fastboot driver on PC
  3. on Phone enable usb debugging and Connect it to PC
  4. Send below code via command Line (from platform tools folder)
adb reboot bootloader
fastboot format userdata
fastboot reboot