Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. linusfr@ubuntu:~$ sudo -i
  2. [sudo] password for linusfr:
  3. root@ubuntu:~# ls /dev/sdb*
  4. ls: cannot access /dev/sdb*: No such file or directory
  5. root@ubuntu:~# ls /dev/sdb
  6. ls: cannot access /dev/sdb: No such file or directory
  7. root@ubuntu:~# ls /dev/sdb
  8. /dev/sdb
  9. root@ubuntu:~# dd if=/home/linusfr/Desktop/aboot.img of=/dev/sdb5
  10. 2048+0 records in
  11. 2048+0 records out
  12. 1048576 bytes (1.0 MB) copied, 1.65609 s, 633 kB/s
  13. root@ubuntu:~# dd if=/home/linusfr/Desktop/laf.img of=/dev/sdb24
  14. dd: writing to ‘/dev/sdb24’: Input/output error
  15. 6657+0 records in
  16. 6656+0 records out
  17. 3407872 bytes (3.4 MB) copied, 5.14067 s, 663 kB/s
  18. root@ubuntu:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement