Changes between Version 2 and Version 3 of jazz/vmdk


Ignore:
Timestamp:
Jul 21, 2008, 11:48:49 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/vmdk

    v2 v3  
     1= How To Resize VMWare VMDK Disk =
     2
     3 * On Windwos, You can use following command to resize the disk
    14{{{
    25C:\Program Files\VMware\VMware Server>vmware-vdiskmanager.exe
     
    5659C:\Program Files\VMware\VMware Server>
    5760}}}
     61 * On Linux, it is the same command to do resize.
     62{{{
     63jazz@IPv6:~$ vmware-vdiskmanager -x 80Gb -t 1 /var/lib/vmware/Virtual\ Machines/Trac_Pool/Trac_Pool.vmdk
     64Using log file /tmp/vmware-jazz/vdiskmanager.log
     65  Grow: 100% done.
     66The old geometry C/H/S of the disk is: 1044/255/63
     67The new geometry C/H/S of the disk is: 10443/255/63
     68Disk expansion completed successfully.
     69
     70WARNING: If the virtual disk is partitioned, you must use a third-party
     71         utility in the virtual machine to expand the size of the
     72         partitions. For more information, see:
     73         http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647
     74}}}
     75 * After Resizing, you should use GParted LiveCD to resize the partition
     76   * Download ISO files form [http://opensource.nchc.org.tw/GParted-Clonezilla/ Here]
     77[[Image()]]