[quote=element86]
OK, started reading...
1."These operating systems and applications are isolated in secure virtual machines that co-exist on a single piece of hardware. The VMware virtualization layer maps the physical hardware resources to the virtual machine's resources, so each virtual machine has its own CPU, memory, disks, I/O devices, etc. Virtual machines are the full equivalent of a standard x86 machine."
So...dumb question maybe but...are the resources divided? I mean, suppose I had 1 gig processor...500 MHz for every OS then? The same with ram?[/quote]
No, VMware will utilies your processor much like any other application, it will take what it needs when it needs it. The amount of RAM that your Virtual Machine will use is determined by the value you tell it to use during the installation of the Virtual Machine.
[quote=element86]2. " Easily share files between guest and host virtual machines with shared folders or drag and drop files between virtual machines. " If Linux is running with XT3 file system and WinXP with NTFS, I do not think this would be possible. In a virtual machine system, however, are different file systems used? If so, how is this drag and drop possible? And if not, then how does Linux run on a file system for which it is not very compatible or viceversa?[/quote]
Taking the scenario that you are using a WinXP workstation and will install the VMware client on XP then install Linux as a Virtaul machine;
When you install linux through VMware, VMware will create either 2 x 2gig files or 1x 4gig file depending which option you choose(4GB is the default size but you an choose to split that 4GB file into 2 x 2GB files. You can also choose a larger size if you have the disk space or you can install it to a completely different drive altogether). Now what it does is uses those files as it would a Hard Drive, therefor formatting those files with the ext3 filesystem and installing the O/S.
I have no idea about the drag and drop.