I have set up an Ubuntu 8.04 guest on an up-to-date XP SP 3 host. I use VB 2.1.0 I have also installed the GA 2.0.6 in the Ubuntu guest.
Once the VM is running, I set up a shared folder using the Devices->Shared folders menu entry.
The directory in the host is c:\users\jnavarro
The public name is jnavarro.
I have created a folder in Ubuntu: /home/administrador/Windows
Then, inside an Ubuntu's terminal I mount the share:
Code: Select all
sudo mount -t vboxsf jnavarro /home/administrador/WindowsThen, I open the shared folder in Ubuntu. I can see the files there. I can open a folder named 'arch' and then I can even create a file there named xxx.txt.
I open it using a text editor (gedit) and enter some text. The problem arises when I try to SAVE the file: I get the following error message:
Code: Select all
No se puede guardar el archivo /home/administrador/Windows/arch/xxx.txt.
Surprisingly, after quitting the text editor, I can DELETE xxx.txt from the Ubuntu side!
On the other hand, I can edit and save changes to xxx.txt from the host (XP) side (remember: the file was created in Ubuntu). These changes are visible on the Ubuntu (guest) side.
Any ideas about what might be happening? Folder sharing is the only thing remaining to have my guest properly running...
Thanks alot.