Guest User

Untitled

a guest
Apr 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Haciendo copia de respaldo
  2. Pasando a formato RAW
  3. qemu-img: Could not open 'debian-rubinius.img'
  4. Creo nuevo tamaño
  5. 0+0 records in
  6. 0+0 records out
  7. 0 bytes (0 B) copied, 3,4364e-05 s, 0,0 kB/s
  8. Agrando tabla de particion
  9. Warning: debian-rubinius.img.raw is not a block device
  10. Disk debian-rubinius.img.raw: cannot get size
  11. Disk debian-rubinius.img.raw: cannot get geometry
  12.  
  13. Disk debian-rubinius.img.raw: 0 cylinders, 0 heads, 0 sectors/track
  14.  
  15. sfdisk: ERROR: sector 0 does not have an msdos signature
  16. debian-rubinius.img.raw: unrecognized partition
  17. Old situation:
  18. No partitions found
  19. New situation:
  20. Units = sectors of 512 bytes, counting from 0
  21.  
  22. Device Boot Start End #sectors Id System
  23. debian-rubinius.img.raw1 63 62 0 83 Linux
  24. debian-rubinius.img.raw2 0 - 0 0 Empty
  25. debian-rubinius.img.raw3 0 - 0 0 Empty
  26. debian-rubinius.img.raw4 0 - 0 0 Empty
  27. Warning: partition 1 has size 0 but is not marked Empty
  28. Warning: no primary partition is marked bootable (active)
  29. This does not matter for LILO, but the DOS MBR will not boot this disk.
  30. Successfully wrote the new partition table
  31.  
  32. Re-reading the partition table ...
  33. BLKRRPART: Inappropriate ioctl for device
  34.  
  35. If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
  36. to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
  37. (See fdisk(8).)
  38. Convirtiendo nuevamente a formato QCOW-2
  39. Terminado.
Add Comment
Please, Sign In to add comment