nkk71

Untitled

Jun 12th, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ~ # twrp wipe data
  2. Formatting cache using make_ext4fs...
  3. Wiping data without wiping /data/media ...
  4. Done.
  5. Done processing script file
  6.  
  7.  
  8. ~ # cat /tmp/recovery.log | tail -n 40
  9. I:Command 'wipe data' received
  10. I:Set page: 'singleaction_page'
  11. I:operation_start: 'TWRP CLI Command'
  12. I:Inserting 'wipe data'
  13. I:command is: 'wipe'
  14. I:value is: 'data'
  15. Formatting cache using make_ext4fs...
  16. Creating filesystem with parameters:
  17. Size: 335544320
  18. Block size: 4096
  19. Blocks per group: 32768
  20. Inodes per group: 6832
  21. Inode size: 256
  22. Journal blocks: 1280
  23. Label:
  24. Blocks: 81920
  25. Block groups: 3
  26. Reserved block group size: 23
  27. Created filesystem with 11/20496 inodes and 2620/81920 blocks
  28. warning: wipe_block_device: Wipe via secure discard failed, used discard instead
  29.  
  30. I:Recreating /cache/recovery folder.
  31. I:Copying file /etc/recovery.fstab to /cache/recovery/recovery.fstab
  32. I:Version number saved to '/cache/recovery/.version'
  33. Wiping data without wiping /data/media ...
  34. I:skipped '/data/lost+found'
  35. I:skipped '/data/misc/vold'
  36. I:skipped '/data/system/storage.xml'
  37. I:skipped '/data/media'
  38. I:skipped '/data/.layout_version'
  39. Done.
Advertisement
Add Comment
Please, Sign In to add comment