Guest User

Untitled

a guest
Dec 13th, 2019
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\Android>adb shell
  2. * daemon not running; starting now at tcp:5037
  3. * daemon started successfully
  4. CUBOT_KING_KONG:/ $ ls -l /dev/block/platform/mtk-msdc.0/11120000.msdc0/by-name/cache
  5. lrwxrwxrwx 1 root root 21 2019-12-13 21:53 /dev/block/platform/mtk-msdc.0/11120000.msdc0/by-name/cache -> /dev/block/mmcblk0p19
  6. CUBOT_KING_KONG:/ $ realpath $(which cat)
  7. /system/bin/toybox
  8. CUBOT_KING_KONG:/ $ realpath $(which stty)
  9. /su/xbin/busybox
  10. CUBOT_KING_KONG:/ $ realpath $(which dd)
  11. /system/bin/toolbox
  12. CUBOT_KING_KONG:/ $ grep ro.build /system/build.prop
  13. ro.build.id=NRD90M
  14. ro.build.version.incremental=1526531231
  15. ro.build.version.sdk=24
  16. ro.build.version.preview_sdk=0
  17. ro.build.version.codename=REL
  18. ro.build.version.all_codenames=REL
  19. ro.build.version.release=7.0
  20. ro.build.version.security_patch=2018-05-05
  21. ro.build.version.base_os=
  22. ro.build.date=Thu May 17 12:27:03 CST 2018
  23. ro.build.date.utc=1526531223
  24. ro.build.type=user
  25. ro.build.user=jenkins
  26. ro.build.host=80-12
  27. ro.build.tags=release-keys
  28. ro.build.flavor=full_x511_cq_7081c_cubot_n_we-user
  29. # ro.build.product is obsolete; use ro.product.device
  30. ro.build.product=CUBOT_KING_KONG
  31. ro.build.description=CUBOT_KING_KONG-user 7.0 NRD90M 1526531231 release-keys
  32. ro.build.fingerprint=CUBOT/CUBOT_KING_KONG/CUBOT_KING_KONG:7.0/NRD90M/1508934554:user/release-keys
  33. ro.build.characteristics=default
  34. ro.build.display.id=CUBOT_KING KONG_7081C_V16_20180517
  35. CUBOT_KING_KONG:/ $ busybox | head -n1
  36. BusyBox v1.29.2.YDS (2018-08-01 20:19:15 UTC) multi-call binary.
  37. CUBOT_KING_KONG:/ $ su -c adbd --version
  38. Android Debug Bridge Daemon version 1.0.36 -android
  39. CUBOT_KING_KONG:/ $ exit
  40. C:\Android>adb --version
  41. Android Debug Bridge version 1.0.41
  42. Version 29.0.1-5644136
  43. Installed as C:\Android\platform-tools\adb.exe
  44. C:\Android>adb exec-out su -c "toybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache01.img
  45. C:\Android>adb exec-out su -c "toybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache02.img
  46. C:\Android>adb exec-out su -c "busybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache03.img
  47. C:\Android>adb exec-out su -c "busybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache04.img
  48. C:\Android>adb exec-out su -c "toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache05.img
  49. C:\Android>adb exec-out su -c "toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache06.img
  50. C:\Android>adb exec-out su -c "busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache07.img
  51. C:\Android>adb exec-out su -c "busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache08.img
  52. C:\Android>adb exec-out su -c "busybox stty raw; toybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache09.img
  53. C:\Android>adb exec-out su -c "busybox stty raw; toybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache10.img
  54. C:\Android>adb exec-out su -c "busybox stty raw; busybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache11.img
  55. C:\Android>adb exec-out su -c "busybox stty raw; busybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache12.img
  56. C:\Android>adb exec-out su -c "busybox stty raw; toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache13.img
  57. C:\Android>adb exec-out su -c "busybox stty raw; toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache14.img
  58. C:\Android>adb exec-out su -c "busybox stty raw; busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache15.img
  59. C:\Android>adb exec-out su -c "busybox stty raw; busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache16.img
  60. C:\Android>adb shell su -c "toybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache17.img
  61. C:\Android>adb shell su -c "toybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache18.img
  62. C:\Android>adb shell su -c "busybox cat /dev/block/mmcblk0p19 2> /dev/null" > cache19.img
  63. C:\Android>adb shell su -c "busybox cat /dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache20.img
  64. C:\Android>adb shell su -c "toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache21.img
  65. C:\Android>adb shell su -c "toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache22.img
  66. C:\Android>adb shell su -c "busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" > cache23.img
  67. C:\Android>adb shell su -c "busybox dd if=/dev/block/mmcblk0p19 2> /dev/null" | dos2unix -f > cache24.img
  68. C:\Android>dir cache*
  69.  Volume in Laufwerk C: hat keine Bezeichnung.
  70.  Volumeseriennummer: 488C-5437
  71.  Verzeichnis von C:\Android
  72. 13.12.2019  22:41       268.347.982 cache01.img
  73. 13.12.2019  22:42       268.342.390 cache02.img
  74. 13.12.2019  22:43       268.349.097 cache03.img
  75. 13.12.2019  22:45       268.349.753 cache04.img
  76. 13.12.2019  22:47       268.354.982 cache05.img
  77. 13.12.2019  22:48       268.348.767 cache06.img
  78. 13.12.2019  22:50       268.356.191 cache07.img
  79. 13.12.2019  22:51       268.356.334 cache08.img
  80. 13.12.2019  22:59       268.348.783 cache09.img
  81. 13.12.2019  23:01       268.342.547 cache10.img
  82. 13.12.2019  23:02       268.348.823 cache11.img
  83. 13.12.2019  23:03       268.346.400 cache12.img
  84. 13.12.2019  23:04       268.355.484 cache13.img
  85. 13.12.2019  23:05       268.338.820 cache14.img
  86. 13.12.2019  23:06       268.347.764 cache15.img
  87. 13.12.2019  23:07       268.352.630 cache16.img
  88. 13.12.2019  23:08       268.437.503 cache17.img
  89. 13.12.2019  23:08       255.881.216 cache18.img
  90. 13.12.2019  23:09       268.437.503 cache19.img
  91. 13.12.2019  23:10       268.148.736 cache20.img
  92. 13.12.2019  23:10       268.437.503 cache21.img
  93. 13.12.2019  23:11       249.270.784 cache22.img
  94. 13.12.2019  23:11       268.437.503 cache23.img
  95. 13.12.2019  23:12       248.374.272 cache24.img
  96.               24 Datei(en),  6.389.011.767 Bytes
  97.                0 Verzeichnis(se), 18.154.000.384 Bytes frei
  98. C:\Android>
  99. mint@debian ~ $ for file in cache*.img; do for files in cache*.img; do [ $file != $files ] && diff -s $file $files; done; done | grep identical
  100. Files cache17.img and cache19.img are identical
  101. Files cache17.img and cache21.img are identical
  102. Files cache17.img and cache23.img are identical
  103. Files cache19.img and cache17.img are identical
  104. Files cache19.img and cache21.img are identical
  105. Files cache19.img and cache23.img are identical
  106. Files cache21.img and cache17.img are identical
  107. Files cache21.img and cache19.img are identical
  108. Files cache21.img and cache23.img are identical
  109. Files cache23.img and cache17.img are identical
  110. Files cache23.img and cache19.img are identical
  111. Files cache23.img and cache21.img are identical
  112. mint@debian ~ $ mkdir cache
  113. mint@debian ~ $ for file in cache*.img; do file $file; done
  114. cache01.img: data
  115. cache02.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  116. cache03.img: data
  117. cache04.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  118. cache05.img: data
  119. cache06.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  120. cache07.img: data
  121. cache08.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  122. cache09.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  123. cache10.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  124. cache11.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  125. cache12.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  126. cache13.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  127. cache14.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  128. cache15.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  129. cache16.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  130. cache17.img: data
  131. cache18.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  132. cache19.img: data
  133. cache20.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  134. cache21.img: data
  135. cache22.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  136. cache23.img: data
  137. cache24.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  138. mint@debian ~ $ for file in cache*; do sudo mount -t ext4 -vo loop,ro,noexec,noload,noatime $file cache && echo $file && break; done
  139. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  140.        missing codepage or helper program, or other error
  141.  
  142.        In some cases useful info is found in syslog - try
  143.        dmesg | tail or so.
  144. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  145.        missing codepage or helper program, or other error
  146.  
  147.        In some cases useful info is found in syslog - try
  148.        dmesg | tail or so.
  149. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  150.        missing codepage or helper program, or other error
  151.  
  152.        In some cases useful info is found in syslog - try
  153.        dmesg | tail or so.
  154. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  155.        missing codepage or helper program, or other error
  156.  
  157.        In some cases useful info is found in syslog - try
  158.        dmesg | tail or so.
  159. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  160.        missing codepage or helper program, or other error
  161.  
  162.        In some cases useful info is found in syslog - try
  163.        dmesg | tail or so.
  164. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  165.        missing codepage or helper program, or other error
  166.  
  167.        In some cases useful info is found in syslog - try
  168.        dmesg | tail or so.
  169. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  170.        missing codepage or helper program, or other error
  171.  
  172.        In some cases useful info is found in syslog - try
  173.        dmesg | tail or so.
  174. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  175.        missing codepage or helper program, or other error
  176.  
  177.        In some cases useful info is found in syslog - try
  178.        dmesg | tail or so.
  179. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  180.        missing codepage or helper program, or other error
  181.  
  182.        In some cases useful info is found in syslog - try
  183.        dmesg | tail or so.
  184. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  185.        missing codepage or helper program, or other error
  186.  
  187.        In some cases useful info is found in syslog - try
  188.        dmesg | tail or so.
  189. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  190.        missing codepage or helper program, or other error
  191.  
  192.        In some cases useful info is found in syslog - try
  193.        dmesg | tail or so.
  194. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  195.        missing codepage or helper program, or other error
  196.  
  197.        In some cases useful info is found in syslog - try
  198.        dmesg | tail or so.
  199. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  200.        missing codepage or helper program, or other error
  201.  
  202.        In some cases useful info is found in syslog - try
  203.        dmesg | tail or so.
  204. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  205.        missing codepage or helper program, or other error
  206.  
  207.        In some cases useful info is found in syslog - try
  208.        dmesg | tail or so.
  209. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  210.        missing codepage or helper program, or other error
  211.  
  212.        In some cases useful info is found in syslog - try
  213.        dmesg | tail or so.
  214. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  215.        missing codepage or helper program, or other error
  216.  
  217.        In some cases useful info is found in syslog - try
  218.        dmesg | tail or so.
  219. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  220.        missing codepage or helper program, or other error
  221.  
  222.        In some cases useful info is found in syslog - try
  223.        dmesg | tail or so.
  224. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  225.        missing codepage or helper program, or other error
  226.  
  227.        In some cases useful info is found in syslog - try
  228.        dmesg | tail or so.
  229. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  230.        missing codepage or helper program, or other error
  231.  
  232.        In some cases useful info is found in syslog - try
  233.        dmesg | tail or so.
  234. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  235.        missing codepage or helper program, or other error
  236.  
  237.        In some cases useful info is found in syslog - try
  238.        dmesg | tail or so.
  239. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  240.        missing codepage or helper program, or other error
  241.  
  242.        In some cases useful info is found in syslog - try
  243.        dmesg | tail or so.
  244. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  245.        missing codepage or helper program, or other error
  246.  
  247.        In some cases useful info is found in syslog - try
  248.        dmesg | tail or so.
  249. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  250.        missing codepage or helper program, or other error
  251.  
  252.        In some cases useful info is found in syslog - try
  253.        dmesg | tail or so.
  254. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  255.        missing codepage or helper program, or other error
  256.  
  257.        In some cases useful info is found in syslog - try
  258.        dmesg | tail or so.
  259. mint@debian ~ $ adb --version
  260. Android Debug Bridge version 1.0.41
  261. Version 29.0.4-5871666
  262. Installed as /home/mint/Android/platform-tools/adb
  263. mint@debian ~ $ adb exec-out su -c 'toybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache25.img
  264. mint@debian ~ $ adb exec-out su -c 'toybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache26.img
  265. mint@debian ~ $ adb exec-out su -c 'busybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache27.img
  266. mint@debian ~ $ adb exec-out su -c 'busybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache28.img
  267. mint@debian ~ $ adb exec-out su -c 'toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache29.img
  268. mint@debian ~ $ adb exec-out su -c 'toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache30.img
  269. mint@debian ~ $ adb exec-out su -c 'busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache31.img
  270. mint@debian ~ $ adb exec-out su -c 'busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache32.img
  271. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; toybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache33.img
  272. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; toybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache34.img
  273. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; busybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache35.img
  274. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; busybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache36.img
  275. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache37.img
  276. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache38.img
  277. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache39.img
  278. mint@debian ~ $ adb exec-out su -c 'busybox stty raw; busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache40.img
  279. mint@debian ~ $ adb shell su -c 'toybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache41.img
  280. mint@debian ~ $ adb shell su -c 'toybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache42.img
  281. mint@debian ~ $ adb shell su -c 'busybox cat /dev/block/mmcblk0p19 2> /dev/null' > cache43.img
  282. mint@debian ~ $ adb shell su -c 'busybox cat /dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache44.img
  283. mint@debian ~ $ adb shell su -c 'toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache45.img
  284. mint@debian ~ $ adb shell su -c 'toolbox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache46.img
  285. mint@debian ~ $ adb shell su -c 'busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' > cache47.img
  286. mint@debian ~ $ adb shell su -c 'busybox dd if=/dev/block/mmcblk0p19 2> /dev/null' | dos2unix -f > cache48.img
  287. mint@debian ~ $ ls -l cache*
  288. -rw-r--r-- 1 mint mint 268348309 Dec 14 01:17 cache25.img
  289. -rw-r--r-- 1 mint mint 268352946 Dec 14 01:18 cache26.img
  290. -rw-r--r-- 1 mint mint 268356540 Dec 14 01:19 cache27.img
  291. -rw-r--r-- 1 mint mint 268347020 Dec 14 01:20 cache28.img
  292. -rw-r--r-- 1 mint mint 268352456 Dec 14 01:21 cache29.img
  293. -rw-r--r-- 1 mint mint 268350987 Dec 14 01:21 cache30.img
  294. -rw-r--r-- 1 mint mint 268346892 Dec 14 01:22 cache31.img
  295. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:23 cache32.img
  296. -rw-r--r-- 1 mint mint 268348271 Dec 14 01:24 cache33.img
  297. -rw-r--r-- 1 mint mint 268352935 Dec 14 01:25 cache34.img
  298. -rw-r--r-- 1 mint mint 268361025 Dec 14 01:26 cache35.img
  299. -rw-r--r-- 1 mint mint 268363439 Dec 14 01:27 cache36.img
  300. -rw-r--r-- 1 mint mint 268356203 Dec 14 01:28 cache37.img
  301. -rw-r--r-- 1 mint mint 268355950 Dec 14 01:29 cache38.img
  302. -rw-r--r-- 1 mint mint 268358549 Dec 14 01:30 cache39.img
  303. -rw-r--r-- 1 mint mint 268350095 Dec 14 01:30 cache40.img
  304. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:31 cache41.img
  305. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:31 cache42.img
  306. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:32 cache43.img
  307. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:32 cache44.img
  308. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:32 cache45.img
  309. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:33 cache46.img
  310. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:33 cache47.img
  311. -rw-r--r-- 1 mint mint 268435456 Dec 14 01:33 cache48.img
  312. mint@debian ~ $ for file in cache*.img; do for files in cache*.img; do [ $file != $files ] && diff -s $file $files; done; done | grep identical
  313. Files cache32.img and cache41.img are identical
  314. Files cache32.img and cache42.img are identical
  315. Files cache32.img and cache43.img are identical
  316. Files cache32.img and cache44.img are identical
  317. Files cache32.img and cache45.img are identical
  318. Files cache32.img and cache46.img are identical
  319. Files cache32.img and cache47.img are identical
  320. Files cache32.img and cache48.img are identical
  321. Files cache41.img and cache32.img are identical
  322. Files cache41.img and cache42.img are identical
  323. Files cache41.img and cache43.img are identical
  324. Files cache41.img and cache44.img are identical
  325. Files cache41.img and cache45.img are identical
  326. Files cache41.img and cache46.img are identical
  327. Files cache41.img and cache47.img are identical
  328. Files cache41.img and cache48.img are identical
  329. Files cache42.img and cache32.img are identical
  330. Files cache42.img and cache41.img are identical
  331. Files cache42.img and cache43.img are identical
  332. Files cache42.img and cache44.img are identical
  333. Files cache42.img and cache45.img are identical
  334. Files cache42.img and cache46.img are identical
  335. Files cache42.img and cache47.img are identical
  336. Files cache42.img and cache48.img are identical
  337. Files cache43.img and cache32.img are identical
  338. Files cache43.img and cache41.img are identical
  339. Files cache43.img and cache42.img are identical
  340. Files cache43.img and cache44.img are identical
  341. Files cache43.img and cache45.img are identical
  342. Files cache43.img and cache46.img are identical
  343. Files cache43.img and cache47.img are identical
  344. Files cache43.img and cache48.img are identical
  345. Files cache44.img and cache32.img are identical
  346. Files cache44.img and cache41.img are identical
  347. Files cache44.img and cache42.img are identical
  348. Files cache44.img and cache43.img are identical
  349. Files cache44.img and cache45.img are identical
  350. Files cache44.img and cache46.img are identical
  351. Files cache44.img and cache47.img are identical
  352. Files cache44.img and cache48.img are identical
  353. Files cache45.img and cache32.img are identical
  354. Files cache45.img and cache41.img are identical
  355. Files cache45.img and cache42.img are identical
  356. Files cache45.img and cache43.img are identical
  357. Files cache45.img and cache44.img are identical
  358. Files cache45.img and cache46.img are identical
  359. Files cache45.img and cache47.img are identical
  360. Files cache45.img and cache48.img are identical
  361. Files cache46.img and cache32.img are identical
  362. Files cache46.img and cache41.img are identical
  363. Files cache46.img and cache42.img are identical
  364. Files cache46.img and cache43.img are identical
  365. Files cache46.img and cache44.img are identical
  366. Files cache46.img and cache45.img are identical
  367. Files cache46.img and cache47.img are identical
  368. Files cache46.img and cache48.img are identical
  369. Files cache47.img and cache32.img are identical
  370. Files cache47.img and cache41.img are identical
  371. Files cache47.img and cache42.img are identical
  372. Files cache47.img and cache43.img are identical
  373. Files cache47.img and cache44.img are identical
  374. Files cache47.img and cache45.img are identical
  375. Files cache47.img and cache46.img are identical
  376. Files cache47.img and cache48.img are identical
  377. Files cache48.img and cache32.img are identical
  378. Files cache48.img and cache41.img are identical
  379. Files cache48.img and cache42.img are identical
  380. Files cache48.img and cache43.img are identical
  381. Files cache48.img and cache44.img are identical
  382. Files cache48.img and cache45.img are identical
  383. Files cache48.img and cache46.img are identical
  384. Files cache48.img and cache47.img are identical
  385. mint@debian ~ $ for file in cache*.img; do file $file; done
  386. cache25.img: data
  387. cache26.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  388. cache27.img: data
  389. cache28.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  390. cache29.img: data
  391. cache30.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  392. cache31.img: data
  393. cache32.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  394. cache33.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  395. cache34.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  396. cache35.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  397. cache36.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  398. cache37.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  399. cache38.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  400. cache39.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  401. cache40.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  402. cache41.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  403. cache42.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  404. cache43.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  405. cache44.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  406. cache45.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  407. cache46.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  408. cache47.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  409. cache48.img: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (needs journal recovery) (extents) (large files)
  410. mint@debian ~ $ for file in cache*; do sudo mount -t ext4 -vo loop,ro,noexec,noload,noatime $file cache && echo $file && sudo umount cache; done
  411. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  412.        missing codepage or helper program, or other error
  413.  
  414.        In some cases useful info is found in syslog - try
  415.        dmesg | tail or so.
  416. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  417.        missing codepage or helper program, or other error
  418.  
  419.        In some cases useful info is found in syslog - try
  420.        dmesg | tail or so.
  421. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  422.        missing codepage or helper program, or other error
  423.  
  424.        In some cases useful info is found in syslog - try
  425.        dmesg | tail or so.
  426. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  427.        missing codepage or helper program, or other error
  428.  
  429.        In some cases useful info is found in syslog - try
  430.        dmesg | tail or so.
  431. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  432.        missing codepage or helper program, or other error
  433.  
  434.        In some cases useful info is found in syslog - try
  435.        dmesg | tail or so.
  436. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  437.        missing codepage or helper program, or other error
  438.  
  439.        In some cases useful info is found in syslog - try
  440.        dmesg | tail or so.
  441. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  442.        missing codepage or helper program, or other error
  443.  
  444.        In some cases useful info is found in syslog - try
  445.        dmesg | tail or so.
  446. mount: /dev/loop1 mounted on /home/mint/cache.
  447. cache32.img
  448. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  449.        missing codepage or helper program, or other error
  450.  
  451.        In some cases useful info is found in syslog - try
  452.        dmesg | tail or so.
  453. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  454.        missing codepage or helper program, or other error
  455.  
  456.        In some cases useful info is found in syslog - try
  457.        dmesg | tail or so.
  458. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  459.        missing codepage or helper program, or other error
  460.  
  461.        In some cases useful info is found in syslog - try
  462.        dmesg | tail or so.
  463. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  464.        missing codepage or helper program, or other error
  465.  
  466.        In some cases useful info is found in syslog - try
  467.        dmesg | tail or so.
  468. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  469.        missing codepage or helper program, or other error
  470.  
  471.        In some cases useful info is found in syslog - try
  472.        dmesg | tail or so.
  473. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  474.        missing codepage or helper program, or other error
  475.  
  476.        In some cases useful info is found in syslog - try
  477.        dmesg | tail or so.
  478. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  479.        missing codepage or helper program, or other error
  480.  
  481.        In some cases useful info is found in syslog - try
  482.        dmesg | tail or so.
  483. mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  484.        missing codepage or helper program, or other error
  485.  
  486.        In some cases useful info is found in syslog - try
  487.        dmesg | tail or so.
  488. mount: /dev/loop1 mounted on /home/mint/cache.
  489. cache41.img
  490. mount: /dev/loop1 mounted on /home/mint/cache.
  491. cache42.img
  492. mount: /dev/loop1 mounted on /home/mint/cache.
  493. cache43.img
  494. mount: /dev/loop1 mounted on /home/mint/cache.
  495. cache44.img
  496. mount: /dev/loop1 mounted on /home/mint/cache.
  497. cache45.img
  498. mount: /dev/loop1 mounted on /home/mint/cache.
  499. cache46.img
  500. mount: /dev/loop1 mounted on /home/mint/cache.
  501. cache47.img
  502. mount: /dev/loop1 mounted on /home/mint/cache.
  503. cache48.img
  504. mint@debian ~ $
Advertisement
Add Comment
Please, Sign In to add comment