Advertisement
Guest User

Untitled

a guest
May 24th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. dd if=/dev/sdX bs=4k conv=noerror,sync of=/mount_point_of_extHDD/serverIMG.dd
  2.  
  3. file serverIMG.dd
  4.  
  5. mount -o loop,rw,offset=<counted_value_here> -t <partitions_filesystem_type> /mnt/extHDD/serverIMG.dd /mnt/tmp
  6. cat /dev/zero > zeroes.file
  7. rm zeroes.file
  8.  
  9. VBoxManage convertfromraw serverIMG.dd serverIMG.vhd --format VHD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement