Changes between Version 1 and Version 2 of Ticket #10085, comment 16
- Timestamp:
- May 16, 2012 4:05:54 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10085, comment 16
v1 v2 3 3 I think I have the right extradata set: 4 4 {{{ 5 $ VBoxManage.exe getextradata UbuntuServer 1enumerate5 $ VBoxManage.exe getextradata UbuntuServer2 enumerate 6 6 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/z, Value: 1 7 7 }}} 8 8 9 And the file system is mounted ok:10 {{{11 $ mount12 z on /mnt/z type vboxsf (uid=1000,gid=1000,rw)13 }}}14 9 15 10 But I get the following when trying to do links: 16 11 {{{ 17 reesd@ubuntu:/mnt/z/dgr$ ln a b 12 reesd@ubuntu2:/media/sf_z$ touch a 13 reesd@ubuntu2:/media/sf_z$ ln -s a b 14 ln: failed to create symbolic link `b': Read-only file system 15 reesd@ubuntu2:/media/sf_z$ ln a b 18 16 ln: 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 17 reesd@ubuntu2:/media/sf_z$ 21 18 }}} 22 19 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". 20 This is on a new install of 4.1.14 with a newly created Ubuntu vm. Am I missing another trick? 24 21 25 22 Thanks,