VirtualBox

Opened 8 years ago

Closed 8 years ago

#15105 closed defect (duplicate)

Creating symbolic links results in protocol error.

Reported by: sbaechler Owned by:
Component: virtual disk Version: VirtualBox 5.0.14
Keywords: symlinks Cc:
Guest type: Linux Host type: Windows

Description

This is related to Ticket #14563. When running Vagrant on a Windows 10 host, creating a symbolic link fails. Not just with relative paths but also with absolute paths.

The error only occurs in the Vagrant synced folder. With NFS and regular mount options.

Here is an example:

vagrant@scotchbox:/var/www/public$ ln -s index.php test.php
ln: failed to create symbolic link ‘test.php’: Protocol error

Attachments (1)

VBox.log (63.4 KB ) - added by sbaechler 8 years ago.

Download all attachments as: .zip

Change History (2)

by sbaechler, 8 years ago

Attachment: VBox.log added

comment:1 by Frank Mehnert, 8 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10085. Symlinks on shared folders cannot be created from the guest due to security reasons. Creating the link on the host and using it from the guest is no problem. Should be fixed eventually but the fix is not trivial.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use