Advertisement
Guest User

Untitled

a guest
Jun 17th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. linusfr@ubuntu:~$ sudo -i
  2. [sudo] password for linusfr:
  3. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb1
  4. 2048+0 records in
  5. 2048+0 records out
  6. 1048576 bytes (1.0 MB) copied, 0.0800131 s, 13.1 MB/s
  7. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb14
  8. dd: writing to ‘/dev/sdb14’: Input/output error
  9. 7145+0 records in
  10. 7144+0 records out
  11. 3657728 bytes (3.7 MB) copied, 20.5828 s, 178 kB/s
  12. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb13
  13. dd: writing to ‘/dev/sdb13’: Input/output error
  14. 3841+0 records in
  15. 3840+0 records out
  16. 1966080 bytes (2.0 MB) copied, 18.2121 s, 108 kB/s
  17. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb12
  18. dd: writing to ‘/dev/sdb12’: No space left on device
  19. 3+0 records in
  20. 2+0 records out
  21. 1024 bytes (1.0 kB) copied, 0.264439 s, 3.9 kB/s
  22. root@ubuntu:~# dd if=/dev/zero of=/dev/block/platform/mmcblk0p24
  23. dd: failed to open ‘/dev/block/platform/mmcblk0p24’: No such file or directory
  24. root@ubuntu:~# ^C
  25. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb5
  26. 2048+0 records in
  27. 2048+0 records out
  28. 1048576 bytes (1.0 MB) copied, 1.76484 s, 594 kB/s
  29. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb24
  30. 2048+0 records in
  31. 2048+0 records out
  32. 1048576 bytes (1.0 MB) copied, 1.66319 s, 630 kB/s
  33. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb24
  34. dd: writing to ‘/dev/sdb24’: Input/output error
  35. 6617+0 records in
  36. 6616+0 records out
  37. 3387392 bytes (3.4 MB) copied, 5.14111 s, 659 kB/s
  38. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb24
  39. dd: writing to ‘/dev/sdb24’: Input/output error
  40. 1993+0 records in
  41. 1992+0 records out
  42. 1019904 bytes (1.0 MB) copied, 5.12436 s, 199 kB/s
  43. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb24
  44. 2048+0 records in
  45. 2048+0 records out
  46. 1048576 bytes (1.0 MB) copied, 1.76877 s, 593 kB/s
  47. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb5
  48. 2009+1 records in
  49. 2009+1 records out
  50. 1028776 bytes (1.0 MB) copied, 1.70584 s, 603 kB/s
  51. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb24
  52. dd: writing to ‘/dev/sdb24’: Input/output error
  53. 6609+0 records in
  54. 6608+0 records out
  55. 3383296 bytes (3.4 MB) copied, 5.12452 s, 660 kB/s
  56. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb24
  57. dd: writing to ‘/dev/sdb24’: Input/output error
  58. 1137+0 records in
  59. 1136+0 records out
  60. 581632 bytes (582 kB) copied, 0.780693 s, 745 kB/s
  61. root@ubuntu:~# e2fsck -n /dev/block/platform/mmcblk0p24
  62. e2fsck 1.42.9 (4-Feb-2014)
  63. e2fsck: No such file or directory while trying to open /dev/block/platform/mmcblk0p24
  64. Possibly non-existent device?
  65. root@ubuntu:~# e2fsck -n /dev/sdb24
  66. e2fsck 1.42.9 (4-Feb-2014)
  67. ext2fs_open2: Bad magic number in super-block
  68. e2fsck: Superblock invalid, trying backup blocks...
  69. e2fsck: Bad magic number in super-block while trying to open /dev/sdb24
  70.  
  71. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  72. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  73. filesystem (and not swap or ufs or something else), then the superblock
  74. is corrupt, and you might try running e2fsck with an alternate superblock:
  75. e2fsck -b 8193 <device>
  76. or
  77. e2fsck -b 32768 <device>
  78.  
  79. root@ubuntu:~# ^C
  80. root@ubuntu:~# e2fsck -n /dev/block/platform/mmcblk15
  81. e2fsck 1.42.9 (4-Feb-2014)
  82. e2fsck: No such file or directory while trying to open /dev/block/platform/mmcblk15
  83. Possibly non-existent device?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement