VMware GSX Server 3.2Features | Documentation | Knowledge Base | Discussion Forums What's in a Virtual Machine?The virtual machine typically is stored on the host computer in a set of files, all of which are in a directory set aside for that particular virtual machine. In these examples, <vmname> is the name of your virtual machine. The key files are: A virtual disk is made up of one or more .vmdk files. If you have specified that the virtual disk should be split into 2GB files, the number of .vmdk files depends on the size of the virtual disk. By default, all virtual disk space is preallocated when you create the virtual disk. Make sure you have enough disk space on the host before you create a preallocated disk. If you decide to not allocate all disk space when you create the virtual disk, the .vmdk files grow in size as data is added to the virtual disk. Almost all of a .vmdk file's content is the virtual machine's data, with a small portion allotted to virtual machine overhead. If the virtual machine is connected directly to a physical disk, rather than to a virtual disk, the .vmdk file stores information about the partitions the virtual machine is allowed to access. Note: Earlier VMware products used the extension .dsk for virtual disk files. Note: Some earlier VMware products used the extension .std for suspended state files. There may be other files as well, some of which are present only while a virtual machine is running. Permissions and Running Virtual MachinesWhen you create a virtual machine, by default the virtual machine is private, which means you are the only user who can access it. If you choose the custom path when creating the virtual machine, you can specify that all users can access the virtual machine. When a virtual machine is private, it appears in the inventory of the console of the user who created it. The virtual machine does not appear in the inventory of consoles for other users connected to the host. The virtual machine appears in the VMware Management Interface only when you are logged on as the user who created the virtual machine. When the virtual machine is running, the actions you can take with it depend upon your permissions. For more information about permissions, see Understanding Permissions and Virtual Machines. |