How to share Linux and Windows in VMware
Reprinted from: http://www.cnblogs.com/feisky/archive/2009/01/02/1586424.html
VMware is a virtual platform software that supports running Linux in a Windows system, just like cygwin. We all say cygwin is complicated and not easy to use. I don't want to try it anymore. FC4 is FedoraCoreThe abbreviation of 4 is red.HatA version of Linux.
Download vmware5 from the Internet and install it in windows.Run VMware after installation to install FC4,This part is quite simple. You can check the details on the Internet. Note that the Linux space should be divided as much as possible, preferably at least 8 GB.
Download these three files online:
Arm-elf-tools-20030314.sh
UClinux-dist-20040408.tar.gz
UClinux-20040408-ARMSYS.rar
reference:
http://www.uclinux.org/pub/uClinux/m68k-elf-tools/arm-elf-tools-20030314.sh
http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-20040408.tar.gz
http://www.hzlitai.com.cn/download/uClinux-20040408-ARMSYS.rar
put it in the same folder, for example, uClinux share
then you can start FC4 Through vmware on Windows. Note that before starting, modify the content pointed to by the Linux CD and set the CD to VMware \ VMware worksta. Tion \ Linux. ISO, which is stored in vmware-tools.
Then you can start it. All of a sudden, we entered the Linux World. I have never played Linux before, but I feel like Linux is quite good. The next step is to install vmware-tools. We use this tool for file sharing between Windows and Linux.
Run the VM in the window state. Do not use full screen. Press CTRL + ALT to release the mouse.
On the menu bar of VMware, select"Virtual Machine"/"Install Virtual Machine Tool".
Switch to the customer's operating system, that is, Linux.Double-click the CD icon of Linux to enter the Virtual CD of Linux. You can see two files: a compressed package and an RMP package. Right-click the RMP package and choose "InstallOpen "packages".
(If you cannot open the Virtual CD, you can run mount from a Linux terminal./Media/CDROM) after the above operation is complete, enter the/usr/bin directory, find the vmware-config-tools.pl. (LS/Usr/bin/*. pl). Find it and run it. That is (./vmware-config-tools.pl) note that there is a dot before the slash. Press enter to complete the installation.
After that, we can/Mnt/HGFSThe Windows Shared Folder uClinux we just set in VMwareShare ". The next step is to build a cross-compiling environment for uClinux.