Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. root@ubuntu:~# dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
  2. dd: failed to open β€˜/dev/block/platform/msm_sdcc.1/by-name/laf’: No such file or directory
  3. root@ubuntu:~# ^C
  4. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb5
  5. 2048+0 records in
  6. 2048+0 records out
  7. 1048576 bytes (1.0 MB) copied, 1.70128 s, 616 kB/s
  8. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb23
  9. dd: writing to β€˜/dev/sdb23’: Input/output error
  10. 3321+0 records in
  11. 3320+0 records out
  12. 1699840 bytes (1.7 MB) copied, 4.10179 s, 414 kB/s
  13. root@ubuntu:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement