Virtualbox shared folder permissions

前端 未结 11 2134
长情又很酷
长情又很酷 2020-12-22 15:27

I\'m using Windows and Virtualbox with RedHat, putting it simple: I\'ve created a shared folder so I can use Eclipse on my Windows OS and do some testing in Linux.

H

11条回答
  •  渐次进展
    2020-12-22 16:02

    The issue is that the shared folder's permissions are set to not allow symbolic links by default. You can enable them in a few easy steps.

    1. Shut down the virtual machine.
    2. Note your machine name at Machine > Settings > General > Name
    3. Note your shared folder name at 'Machine > Settings > Shared Folders`
    4. Find your VirtualBox root directory and execute the following command. VBoxManage setextradata "" VBoxInternal2/SharedFoldersEnableSymlinksCreate/ 1
    5. Start up the virtual machine and the shared folder will now allow symbolic links.

提交回复
热议问题