Guest User

Untitled

a guest
Jul 30th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. % python qcowtest.py < my-seed.iso
  2. Source was raw file, size 374784
  3. % stat -c '%s' my-seed.iso
  4. 374784
  5.  
  6. % python qcowtest.py < rhel-guest-image-7.4-87.x86_64.qcow2
  7. Source was qcow file, virtual size 10737418240
  8. % qemu-img info rhel-guest-image-7.4-87.x86_64.qcow2 | grep virtu
  9. virtual size: 10G (10737418240 bytes)
  10. % stat -c '%s' rhel-guest-image-7.4-87.x86_64.qcow2
  11. 505576448
Advertisement
Add Comment
Please, Sign In to add comment