Sharing drives or folders

Discussions about using Linux guests in VirtualBox.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Sharing drives or folders

Post by Perryg »

In the Ubuntu guest. The files you are showing are not VirtualBox.org. I would remove them from the synaptic Package Manager and then install the guest additions that came with your Host install. It is known to cause conflicts and you can not run a virtualizer inside a virtualizer anyway.
utski
Posts: 6
Joined: 18. Mar 2011, 01:32
Primary OS: MS Windows 7
VBox Version: OSE Debian
Guest OSses: ubuntu 10.10

Re: Sharing drives or folders

Post by utski »

I looked a little closer using: $ aptitude search virtualbox, and got the list below:
p virtualbox-guest-additions - guest additions iso image for VirtualBox
p virtualbox-ose - x86 virtualization solution - base binaries
p virtualbox-ose-dbg - x86 virtualization solution - debugging symbols
p virtualbox-ose-dkms - x86 virtualization solution - kernel module source
p virtualbox-ose-fuse - x86 virtualization solution - virtual filesystem
p virtualbox-ose-guest-dkms - x86 virtualization solution - guest addition modul
p virtualbox-ose-guest-utils - x86 virtualization solution - non-X11 guest utilit
p virtualbox-ose-guest-x11 - x86 virtualization solution - X11 guest utilities
p virtualbox-ose-qt - x86 virtualization solution - Qt based user interf

The "p" appears to mean that there is no trace of the package on the system, so while the packages are available, I have none of them installed.

To verify, attempted to remove them, and they are indeed not installed.
Last edited by utski on 18. Mar 2011, 02:54, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Sharing drives or folders

Post by Perryg »

Then you are good to go.
utski
Posts: 6
Joined: 18. Mar 2011, 01:32
Primary OS: MS Windows 7
VBox Version: OSE Debian
Guest OSses: ubuntu 10.10

Re: Sharing drives or folders

Post by utski »

Alas, I still get the protocol error when attempting to symlink files on the shared drive.
Cyberian
Posts: 49
Joined: 17. Dec 2008, 10:21
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Fedora

Re: Sharing drives or folders

Post by Cyberian »

utski wrote:user@ubuntuusd:/media/sf_test$ ln -fs item-one dir1/dir2/item-two
ln: creating symbolic link `dir1/dir2/item-two': Protocol error
After trying around a bit myself I came to the conclusion, I can't create symbolic links inside a shared folder of a Windows Host.
You can point to files in your shared folder as long as you create the link inside your linux file system.
Post Reply