Advertisement
fuser-invent

Nexus 7 2013 - adb shell tail ./etc/fstab

May 26th, 2015
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. *Not only does /dev/block/mmcblk* not show up here but neither does the file system format and yet again /persist is in the list. After “fastboot oem erase_persist” that line is gone but nothing else changes.
  2.  
  3. Bricked
  4.  
  5. E:\android_development\sdk\platform-tools>adb shell tail ./etc/fstab
  6. /system ext4 rw
  7. /data ext4 rw
  8. /cache ext4 rw
  9. /usb-otg vfat rw
  10. /persist ext4 rw
  11.  
  12. Working
  13.  
  14. E:\android_development\sdk\platform-tools>adb shell tail ./etc/fstab
  15. /dev/block/mmcblk0p22 /system ext4 rw
  16. /dev/block/mmcblk0p30 /data ext4 rw
  17. /dev/block/mmcblk0p23 /cache ext4 rw
  18. /usb-otg vfat rw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement