Advertisement
spankranger

Untitled

Oct 24th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. ~ # umount /dev/block/mmcblk0p26
  2. umount /dev/block/mmcblk0p26
  3. umount: can't umount /dev/block/mmcblk0p26: Invalid argument
  4.  
  5. ~ # umount -l /dev/block/mmcblk0p26
  6. umount -l /dev/block/mmcblk0p26
  7. umount: can't forcibly umount /dev/block/mmcblk0p26: Invalid argument
  8.  
  9. ~ # parted umount -l /dev/block/mmcblk0p26
  10. parted umount -l /dev/block/mmcblk0p26
  11. ~ #
  12. No respons, it just shows me te command again.
  13.  
  14. ~ # e2fsck -y -v -f /dev/block/mmcblk0p26
  15. e2fsck -y -v -f /dev/block/mmcblk0p26
  16. e2fsck 1.41.6 (30-May-2009)
  17. e2fsck: Attempt to read block from filesystem resulted in short read while tryin
  18. g to open /dev/block/mmcblk0p26
  19. Could this be a zero-length partition?
  20. ~ #
  21.  
  22. ~ # mke2fs /dev/block/mmcblk0p25
  23. mke2fs /dev/block/mmcblk0p25
  24. mke2fs 1.40.8 (13-Mar-2008)
  25. Warning: 256-byte inodes not usable on older systems
  26. Filesystem label=
  27. OS type: Linux
  28. Block size=4096 (log=2)
  29. Fragment size=4096 (log=2)
  30. 35760 inodes, 142847 blocks
  31. 7142 blocks (5.00%) reserved for the super user
  32. First data block=0
  33. Maximum filesystem blocks=146800640
  34. 5 block groups
  35. 32768 blocks per group, 32768 fragments per group
  36. 7152 inodes per group
  37. Superblock backups stored on blocks:
  38. 32768, 98304
  39.  
  40. Warning: could not read block 0: Attempt to read block from filesystem resulted in short read
  41. Writing inode tables: done
  42. Writing superblocks and filesystem accounting information: done
  43.  
  44. This filesystem will be automatically checked every 21 mounts or
  45. 180 days, whichever comes first. Use tune2fs -c or -i to override.
  46.  
  47. ~ # mke2fs /dev/block/mmcblk0p26
  48. mke2fs /dev/block/mmcblk0p26
  49. mke2fs 1.40.8 (13-Mar-2008)
  50. Warning: 256-byte inodes not usable on older systems
  51. Filesystem label=
  52. OS type: Linux
  53. Block size=4096 (log=2)
  54. Fragment size=4096 (log=2)
  55. 75200 inodes, 300799 blocks
  56. 15039 blocks (5.00%) reserved for the super user
  57. First data block=0
  58. Maximum filesystem blocks=310378496
  59. 10 block groups
  60. 32768 blocks per group, 32768 fragments per group
  61. 7520 inodes per group
  62. Superblock backups stored on blocks:
  63. 32768, 98304, 163840, 229376, 294912
  64.  
  65. Warning: could not read block 0: Attempt to read block from filesystem resulted in short read
  66. Writing inode tables: done
  67. Writing superblocks and filesystem accounting information: done
  68.  
  69. This filesystem will be automatically checked every 24 mounts or
  70. 180 days, whichever comes first. Use tune2fs -c or -i to override.
  71.  
  72. ~ # mke2fs /dev/block/mmcblk0p27
  73. mke2fs /dev/block/mmcblk0p27
  74. mke2fs 1.40.8 (13-Mar-2008)
  75. /dev/block/mmcblk0p27 is apparently in use by the system; will not make a filesystem here!
  76.  
  77.  
  78. I tried to instal/use 4ext recovery without succes..
  79. when i trie to instal 4ext " i use the runme.cmd in the map of \4EXTRecovery
  80.  
  81. ..
  82. pushing files with adb..
  83. ..
  84. 2103 KB/s (92632 bytes in 0.043s)
  85. 1795 KB/s (6541312 bytes in 3.557s)
  86. ..
  87. ..
  88. writing recovery..
  89. /sbin/sh: su: Permission denied
  90. ..
  91. removing leftover files..
  92. finished
  93. No Errors? Then it should have worked.. reboot into recovery to check
  94. Push any button to go furter. . .
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement