Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vmware [2009/05/25 00:35]
127.0.0.1 external edit
vmware [2009/06/01 16:15]
a
Line 1: Line 1:
 ====== VMware tips ====== ====== VMware tips ======
- 
-[[:vmware:workstation]] 
  
  
Line 18: Line 16:
  
  
 +===== Converting 'vmdk' to RAW disk for use in virtualbox/KVM =====
 +
 +example:
 +   $ cd /path/to/vmware/guestos
 +   $ for i in `ls *[0-9].vmdk`; do qemu-img convert -f vmdk $i -O raw  {i/vmdk/raw} ; done
 +   $ cat *.raw >> guestos.img
  
  
Line 31: Line 35:
 Here is an example of the script. You will have to modify at least usernames and paths, maybe more, but it will give you an idea of how it can be done. Here is an example of the script. You will have to modify at least usernames and paths, maybe more, but it will give you an idea of how it can be done.
  
-<code bash>+<code bash|f backup.sh>
 #!/bin/bash #!/bin/bash
 # #
vmware.txt · Last modified: 2009/12/14 23:39 by 193.164.137.40
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready