Windows files used in Linux in vmware

Source: Internet
Author: User
Windows files used in Linux in vmware 1. use the vmware tools tool Edit-> Virtual Machine Settigns-> Option-> SharedFolders-> Add to select the folder to be shared and name the folder. Next step. Select "Enable this"
After confirmation, vmware will automatically mount this folder to the/mnt/hgfs directory.
2. use the file sharing Function of Windows to right-click the folder you want to share-> properties-> share-> select a user to share-> share in Linux: mount command to mount common problems: Chinese Folder/file name garbled solution: General Windows use GB2312 encoding, while Linux uses UTF-8 encoding, so garbled; Modify/etc/sysconfig/i18n, for example
LANG = "zh_CN.GB18030" LANGUAGE = "zh_CN.GB18030: zh_CN.GB2312: zh_CN" SUPPORTED = "zh_CN.UTF-8: zh_CN: zh: en_US.UTF-8: en_US: en" SYSFONT = "lat0-sun16"
Specify the encoding during mounting, for example:
Mount-t cifs-o username = XXX, password = XXX, codepage = cp936, iocharset = gb2312 // 192.168.1.71/folder name/tmp/t/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.