Ubuntu Pastebin

Paste from asdads at Sat, 6 Feb 2016 14:45:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ubuntu@ubuntu:~$ sudo dd if=/dev/sda of=/dev/sdb
^C692573+0 records in
692573+0 records out
354597376 bytes (355 MB) copied, 29.6539 s, 12.0 MB/s
ubuntu@ubuntu:~$ sudo dd if=/dev/sda of=/dev/sdb bs=512 conv=noerror,sync
dd: error writing ‘/dev/sdb’: Input/output error
2685557+0 records in
2685556+0 records out
1375004672 bytes (1.4 GB) copied, 111.097 s, 12.4 MB/s
ubuntu@ubuntu:~$ 
Download as text