VBoxManage sharedfolder C:/ not kept in OVA
Posted: 24. Sep 2018, 10:28
Hello,
I'm creating a VirtualBox OVA (with packer), to have a small Linux (Ubuntu) usable on Windows.
A main feature is to have the host C: shared in guest host. It is working like a charm when OVA packaged on Windows.
When the OVA is packaged on MacOS (the only non-virtualized OS I have in CI process), the C: shared folder configuration is lost ; ie: When OVA is imported on Windows, the shared folder configuration is empty.
Technically, the has no error but seems but seems no impact 
Due to sharing C: is perhaps specific to Windows host, is there some know limitation with this command is passed on Linux(-like) host ?
Infos:
Many thanks in advance of any idea or tips.
Best regards
I'm creating a VirtualBox OVA (with packer), to have a small Linux (Ubuntu) usable on Windows.
A main feature is to have the host C: shared in guest host. It is working like a charm when OVA packaged on Windows.
When the OVA is packaged on MacOS (the only non-virtualized OS I have in CI process), the C: shared folder configuration is lost ; ie: When OVA is imported on Windows, the shared folder configuration is empty.
Technically, the
Code: Select all
VBoxManage sharedfolder add vm-name-xxx --name c --hostpath C:/ --automountDue to sharing C: is perhaps specific to Windows host, is there some know limitation with this command is passed on Linux(-like) host ?
Infos:
Code: Select all
~$uname -a
Darwin xxxx 17.7.0 Darwin Kernel Version 17.7.0: xxxx
~$ VBoxManage --version
5.2.18r124319
Best regards