RHEL4's vmdk file is damaged, and the file cannot be seen during winimage loading. After vmware-mount is loaded, double-click windows to check whether the file needs to be formatted. It is faint!
Use vmware-mount to load vmdk files
After VMware is installed, the software includes a vmware-mountProgramThe program can directly load the vmdk file (that is, the hard disk file used by the Virtual Machine) on the host machine (real machine). In this case, we can directly use the files in the virtual machine on the host machine. You can enter the path of VMware-mount in the Start Menu, for example, C:/program files/vmware diskmount utility. Of course, the specific path depends on the path you have installed.
C:/Documents and Settings/ronun> Cd C:/program files/vmware diskmount Utility
C:/program files/vmware diskmount utility> dir
The volume in drive C is not labeled.
The serial number of the volume is
100e-b911
C:/program files/vmware diskmount utility directory
<Dir>.
<Dir> ..
827,392 libeay32.dll
499,712 msvcp71.dll
348,160 msvcr71.dll
159,744 ssleay32.dll
2005-11-18
Vmware-mount.exe 1,220,608
5
Files in 3,055,616 bytes
2
Directory 3,375,861,760 bytes available
C:/program files/vmware diskmount utility> vmware-mount /?
Vmware-mount [driveletter:] [path-to-Virtual-disk] [Options]
VMware diskmount utility version 5.5.0 build-18463
Copyright (c) 1998-2003 VMWare, Inc. All rights reserved.
This utility mounts VMware Virtual Disks under Microsoft Windows.
Use "vmware-mount" without arguments to list the currently-mounted volumes.
/D deletes the mapping to a virtual Drive Volume
/F forcibly deletes the mapping to a virtual Drive Volume
/V: N mounts volume n of a Virtual Disk
/P displays the partitions (volumes) on a virtual disk
/Y open the virtual disk whether or not a snapshot is in effect
/N do not open the virtual disk if a snapshot is in effect
/? Displays this usage information
The above is the help information. For example, if you want to load the D:/temp/Win2k. vmdk file, use the following command:
C:/program files/vmware diskmount utility> vmware-mount Z: D:/temp/Win2k. vmdk
At this time, there will be an extra Z disk on your machine, which contains the Virtual Machine hard disk D:/temp/Win2k. vmdk.
If you want to uninstall it, use the/d parameter:
C:/program files/vmware diskmount utility> vmware-mount Z:/d