<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FWorkstation</id>
	<title>VMware/Workstation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FWorkstation"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMware/Workstation&amp;action=history"/>
	<updated>2026-05-08T21:49:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=VMware/Workstation&amp;diff=4243&amp;oldid=prev</id>
		<title>Kenneth: /* VMware Tools */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMware/Workstation&amp;diff=4243&amp;oldid=prev"/>
		<updated>2017-04-04T13:53:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;VMware Tools&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Sound ==&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
lspci:&lt;br /&gt;
 02:02.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 02)&lt;br /&gt;
&lt;br /&gt;
To get the audio working, I had to have X loaded and a user logged in, (&amp;lt;s&amp;gt;with VMware Tools&amp;lt;/s&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
For CentOS:&lt;br /&gt;
 pulseaudio -D&lt;br /&gt;
 mpg123 music.mp3&lt;br /&gt;
&lt;br /&gt;
== VMware Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: vendor recommends using &amp;#039;open-vm-tools&amp;#039;&lt;br /&gt;
 apt-get install open-vm-tools&lt;br /&gt;
&lt;br /&gt;
== VMware Virtual Disk Manager ===&lt;br /&gt;
&lt;br /&gt;
VMware Workstation&amp;#039;s version of vmkfstools&lt;br /&gt;
&lt;br /&gt;
Create virtual disk:&lt;br /&gt;
 # create growable 1GB VMDK:&lt;br /&gt;
 vmware-vdiskmanager.exe -c -s 1GB -t 1 test.vmdk&lt;br /&gt;
&lt;br /&gt;
Rename virtual disk:&lt;br /&gt;
 vmware-vdiskmanager.exe -n test.vmdk newtest.vmdk&lt;br /&gt;
&lt;br /&gt;
Clone disk:&lt;br /&gt;
 vmware-vdiskmanager.exe -r test.vmdk -t 1 newtest.vmdk&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\&amp;gt;C:\Program Files (x86)\VMware\VMware Workstation\vmware-vdiskmanager.exe&lt;br /&gt;
VMware Virtual Disk Manager - build 5234757.&lt;br /&gt;
Usage: vmware-vdiskmanager.exe OPTIONS &amp;lt;disk-name&amp;gt; | &amp;lt;mount-point&amp;gt;&lt;br /&gt;
Offline disk manipulation utility&lt;br /&gt;
  Operations, only one may be specified at a time:&lt;br /&gt;
     -c                   : create disk.  Additional creation options must&lt;br /&gt;
                            be specified.  Only local virtual disks can be&lt;br /&gt;
                            created.&lt;br /&gt;
     -d                   : defragment the specified virtual disk. Only&lt;br /&gt;
                            local virtual disks may be defragmented.&lt;br /&gt;
     -k                   : shrink the specified virtual disk. Only local&lt;br /&gt;
                            virtual disks may be shrunk.&lt;br /&gt;
     -n &amp;lt;source-disk&amp;gt;     : rename the specified virtual disk; need to&lt;br /&gt;
                            specify destination disk-name. Only local virtual&lt;br /&gt;
                            disks may be renamed.&lt;br /&gt;
     -p                   : prepare the mounted virtual disk specified by&lt;br /&gt;
                            the mount point for shrinking.&lt;br /&gt;
     -r &amp;lt;source-disk&amp;gt;     : convert the specified disk; need to specify&lt;br /&gt;
                            destination disk-type.  For local destination disks&lt;br /&gt;
                            the disk type must be specified.&lt;br /&gt;
     -x &amp;lt;new-capacity&amp;gt;    : expand the disk to the specified capacity. Only&lt;br /&gt;
                            local virtual disks may be expanded.&lt;br /&gt;
     -R                   : check a sparse virtual disk for consistency and attempt&lt;br /&gt;
                            to repair any errors.&lt;br /&gt;
     -e                   : check for disk chain consistency.&lt;br /&gt;
     -D                   : make disk deletable.  This should only be used on disks&lt;br /&gt;
                            that have been copied from another product.&lt;br /&gt;
&lt;br /&gt;
  Other Options:&lt;br /&gt;
     -q                   : do not log messages&lt;br /&gt;
&lt;br /&gt;
  Additional options for create and convert:&lt;br /&gt;
     -a &amp;lt;adapter&amp;gt;         : (for use with -c only) adapter type&lt;br /&gt;
                            (ide, buslogic, lsilogic). Pass lsilogic for other adapter types.&lt;br /&gt;
     -s &amp;lt;size&amp;gt;            : capacity of the virtual disk&lt;br /&gt;
     -t &amp;lt;disk-type&amp;gt;       : disk type id&lt;br /&gt;
&lt;br /&gt;
  Disk types:&lt;br /&gt;
      0                   : single growable virtual disk&lt;br /&gt;
      1                   : growable virtual disk split in 2GB files&lt;br /&gt;
      2                   : preallocated virtual disk&lt;br /&gt;
      3                   : preallocated virtual disk split in 2GB files&lt;br /&gt;
      4                   : preallocated ESX-type virtual disk&lt;br /&gt;
      5                   : compressed disk optimized for streaming&lt;br /&gt;
      6                   : thin provisioned virtual disk - ESX 3.x and above&lt;br /&gt;
&lt;br /&gt;
     The capacity can be specified in sectors, KB, MB or GB.&lt;br /&gt;
     The acceptable ranges:&lt;br /&gt;
                           ide/scsi adapter : [1MB, 8192.0GB]&lt;br /&gt;
                           buslogic adapter : [1MB, 2040.0GB]&lt;br /&gt;
        ex 1: vmware-vdiskmanager.exe -c -s 850MB -a ide -t 0 myIdeDisk.vmdk&lt;br /&gt;
        ex 2: vmware-vdiskmanager.exe -d myDisk.vmdk&lt;br /&gt;
        ex 3: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 0 destinationDisk.vmdk&lt;br /&gt;
        ex 4: vmware-vdiskmanager.exe -x 36GB myDisk.vmdk&lt;br /&gt;
        ex 5: vmware-vdiskmanager.exe -n sourceName.vmdk destinationName.vmdk&lt;br /&gt;
        ex 6: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 4 -h esx-name.mycompany.com \&lt;br /&gt;
              -u username -f passwordfile &amp;quot;[storage1]/path/to/targetDisk.vmdk&amp;quot;&lt;br /&gt;
        ex 7: vmware-vdiskmanager.exe -k myDisk.vmdk&lt;br /&gt;
        ex 8: vmware-vdiskmanager.exe -p &amp;lt;mount-point&amp;gt;&lt;br /&gt;
              (A virtual disk first needs to be mounted at &amp;lt;mount-point&amp;gt;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>