Mount refers to the ISO file on the host computer as an external storage hard disk on the virtual machine
First step: Install VMware
Step Two: Install the Linux-ubuntu virtual machine (image file Ubuntu-12.04.2-server-amd64.iso) on VMware
Step three: After preparing the ISO file on the host
1. Display VMware State machine
2. In the status bar, right-to-set, open window
3. Hardware tab-->CD | Dvd
4. On the right, select Connect-->iso image file and browse to select ISO file.
5. Right-click the optical drive and connect
6.cd/dev/
Ls-al | grep CD//See all CD connections--sr0
7. Create/mnt/cdrom//created as root to accommodate hanging files.
8.sudo Mount/dev/cdrom/mnt/cdrom//hangs in CDROM optical drive to/mnt/cdrom.
8.sudo umount/dev/cdrom//unloading equipment
8.sudo Umount/mnt/cdrom//Unloading mount Directory is also possible.
Mount the host's ISO file to a virtual machine via VMware Tools