VMware Ubuntu15.04 64bit File share

Source: Internet
Author: User

Problem:

Install Ubuntu 13.04 under VMware 9.0.2 and add a shared directory as usual after the installation is complete.

Restart Ubuntu 13.04, you cannot see the name of the shared directory under the/mnt/hgfs directory.

Workaround:

1. Repeatedly determined to set the shared folder, and restart the virtual machine multiple times, can not see any content in the/mnt/hgfs directory;

2. Put the dog search, see "Small roll 2008" The solution is: try

1.sudo Apt-get Install open-vm-dkms
2.sudo mount-t Vmhgfs. host://mnt/hgfs

Copy the above command to the virtual machine performed in Ubuntu 13.04, after completion,

[Email protected]:~$ ls/mnt/hgfs/
svn_253 tmp vm_shared
[Email protected]:~$

You can already see the shared folder.

This solves the problem.

You can write a script, EN_SHARED_DIR.BSH, that executes the above instruction when it is discovered that the shared directory is not visible:

#!/bin/bash
CD ~
sudo apt-get install open-vm-dkms

VMware Ubuntu15.04 64bit File share

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.