CentOS 6.3 安裝VMware Tools

來源:互聯網
上載者:User

標籤:

1 在VMWare圖形介面中,將CentOS光碟機設定為C:\Program Files\VMware\VMware Workstation\linux.iso,根據你的VM安裝目錄進行設定; 2 然後,啟動CentOS;  3 啟動好後,掛載光碟機mount -t auto /dev/cdrom /mnt/cdrom這命令就是把CentOS CDROM掛載在/mnt/cdrom目錄中,就可以訪問裡面的內容了; 可能發生的問題:/mnt/cdrommount: mount point /mnt/cdrom does not exist --/mnt/cdrom目錄不存在,需要先建立。 [[email protected] /]# cd /mnt[[email protected] /]# mkdir -p /mnt/cdrom  --建立/mnt/cdrom目錄[[email protected] /]# mount -t auto /dev/cdrom /mnt/cdrom  --掛載CentOS CDROM掛載mount: block device /dev/cdrom is write-protected, mounting read-only --掛載成功。 4 使用光碟機中的檔案,進行安裝 [[email protected] /]# cd /mnt/cdrom[[email protected] /]# ls -a[[email protected] /]# cp VMwareTools-8.6.1-19175.tar.gz /tmp[[email protected] /]# cd /tmp[[email protected] /]# tar zxpf VMwareTools-8.6.1-19175.tar.gz[[email protected] /]# cd vmware-tools-distrib[[email protected] vmware-tools-distrib]# ./vmware-install.plCreating a new installer database using the tar3 format. Installing the content of the package.  # 安裝過程的畫面,全部使用預設值,一直按 Enter 就對了 一直到出現:To use the vmxnet driver, restart networking using the following commands:/etc/init.d/network stoprmmod pcnet32rmmod vmxnetdepmod -amodprobe vmxnet/etc/init.d/network start Enjoy, --the VMware team 出現以上,則基本安裝完! 5 shutdown -r now 重啟 6 重新啟動電腦再次登入之後,我們就會發覺到,當我們要離開 Guest OS 的時候,不再需要按「Ctrl + Alt」了, 現在我們來分享 Host OS 的資料夾給 Guest OS 使用,〔VM〕→〔Settings〕註:左下角原本都會顯示「You do not have VMware Tools installed」,現在我們裝了 VMware Tools,就不再顯示; 新 增要分享的資料夾:〔Options〕→〔Shared Folders〕→〔Add〕〔下一步〕點選〔Browse〕,選取要分享的資料夾,這裡是以 D盤為例,上面的「Name」您可以隨意輸入,這裡是以 test 為例「Enable this share」啟用這個分享 順利的話,我們只要到「/mnt/hgfs」資料夾,就可以看到剛剛分享的資料夾了   相關參考:CentOS CDROM掛載使用mount命令http://os.51cto.com/art/201001/178745.htm [ CentOS ] 安裝VMware Toolshttp://xxjcom.blog.51cto.com/259691/48462 如何在CentOS安裝VMWare Tools? (OS) (Linux) (CentOS) (VMWare)http://www.cnblogs.com/oomusou/archive/2008/06/06/centos_vmware_tools.html Linux 安裝VMware Toolshttp://www.ilegal.cn/POST/33.html

CentOS 6.3 安裝VMware Tools

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.