ubuntu - Symlinks in shared folder of virtual box with Windows 10 host -
i running linux (ubuntu) system within virtual box container. used symlinks in shared directory, needed work described here: https://www.virtualbox.org/ticket/10085
this worked requirements running windows 8 host. now, switched windows 10 , symlinks not work more. still able create symlinks, correct path cannot resolved.
using readlink, can see created symlink wrong. if create symlink with
ln -s /media/data/jquery.js /media/data/test.js
the returned value readlink is
\media\data\jquery.js
obviously, directory separator incorrect. if create symlink outside shared directory (to same file on shared directory), path correct.
does have idea how fix incorrect directory separator?
mathias
Comments
Post a Comment