Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [root@xen ~]#
  2. [root@xen ~]# dd if=/dev/sda of=/dev/sdb bs=512 count=1
  3. 1+0 records in
  4. 1+0 records out
  5. 512 bytes (512 B) copied, 1.8158e-05 seconds, 28.2 MB/s
  6. [root@xen ~]# echo -e "\nt\n1\nfd\nt\n3\nfd\nw\nx" | fdisk /dev/sdb
  7. last_lba(): I don't know how to handle files with mode 81a4
  8. last_lba(): I don't know how to handle files with mode 81a4
  9. last_lba(): I don't know how to handle files with mode 81a4
  10.  
  11. Unable to read /dev/sdb
  12. -bash: echo: write error: Broken pipe
  13. [root@xen ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement