VirtualBox

Changes between Version 1 and Version 2 of Ticket #10085, comment 16


Ignore:
Timestamp:
May 16, 2012 4:05:54 AM (13 years ago)
Author:
studgeek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10085, comment 16

    v1 v2  
    33I think I have the right extradata set:
    44{{{
    5 $ VBoxManage.exe getextradata UbuntuServer1 enumerate
     5$ VBoxManage.exe getextradata UbuntuServer2 enumerate
    66Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/z, Value: 1
    77}}}
    88
    9 And the file system is mounted ok:
    10 {{{
    11 $ mount
    12 z on /mnt/z type vboxsf (uid=1000,gid=1000,rw)
    13 }}}
    149
    1510But I get the following when trying to do links:
    1611{{{
    17 reesd@ubuntu:/mnt/z/dgr$ ln a b
     12reesd@ubuntu2:/media/sf_z$ touch a
     13reesd@ubuntu2:/media/sf_z$ ln -s a b
     14ln: failed to create symbolic link `b': Read-only file system
     15reesd@ubuntu2:/media/sf_z$ ln a b
    1816ln: failed to create hard link `b' => `a': Operation not permitted
    19 reesd@ubuntu:/mnt/z/dgr$ ln -s a b
    20 ln: failed to create symbolic link `b': Protocol error
     17reesd@ubuntu2:/media/sf_z$
    2118}}}
    2219
    23 Am I missing another trick? One thing I do see that is different is was getting "Read-only file system" for ln -s in 4.1.14, then I tried reverting back to 4.1.6 where I got "Protocol error", then I saw this fix so I went back to 4.1.14 but I am still getting "Protocol error".
     20This is on a new install of 4.1.14 with a newly created Ubuntu vm. Am I missing another trick?
    2421
    2522Thanks,

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette