georgec32
May 28th, 2009, 04:45 PM
I see threads on sharing folders from ubunto host to windoze guest in Sun VBox but I need to go the other way.
I have a guest Ubuntu 8.10 OS running under a Windows XP SP3 host. I'm using a Compaq 6910p laptop and I have Sun VBox 2.2.2 installed on a 250Gb FAT32 USB external drive, and also have the ubuntu virtual machine on the USB HD. I installed the VBoxGuestAdditions.iso. I can add the USB HD shared folder (called U:SunVbx/Shared) using the 'Devices' button in the virtual machine. I put it under 'machine folders' as permanent and I have all permissions. I can't see any of the files I put into that folder from XP. The folders are already created, both in windows (U:SunVbx/Shared) and in guest Ubuntu (/home/george/Shared)
I tried opening a terminal window and typing:
sudo mount -t vboxsf U:SunVbx/Shared /home/george/
but I get an error that says:
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
Any ideas for what I might be doing wrong?
georgec32
I have a guest Ubuntu 8.10 OS running under a Windows XP SP3 host. I'm using a Compaq 6910p laptop and I have Sun VBox 2.2.2 installed on a 250Gb FAT32 USB external drive, and also have the ubuntu virtual machine on the USB HD. I installed the VBoxGuestAdditions.iso. I can add the USB HD shared folder (called U:SunVbx/Shared) using the 'Devices' button in the virtual machine. I put it under 'machine folders' as permanent and I have all permissions. I can't see any of the files I put into that folder from XP. The folders are already created, both in windows (U:SunVbx/Shared) and in guest Ubuntu (/home/george/Shared)
I tried opening a terminal window and typing:
sudo mount -t vboxsf U:SunVbx/Shared /home/george/
but I get an error that says:
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
Any ideas for what I might be doing wrong?
georgec32