You are not logged in.
Pages: 1
hi
i installed virtual box (http://aur.archlinux.org/packages.php?d … s=0&SeB=nd)
and installed windows xp as guest.
i added some dir for the "shared files" (http://img503.imageshack.us/my.php?imag … ot3rs1.png)
but i don`t see the shared files in xp ("my network places is empty)
i need to install "guest addition" on xp (guest) (which that what i do) or in archlinux?
Offline
Are you using samba with your host machine?
I set up a "share" through vbox with my host, but it didnt work. I then noticed my guest saw my host's samba server anyways. browse your network to see if you see your host through samba. If you don't check your guest's ip address, you may have to open a new ip address/range in your smb.conf
Offline
Try doing it from the command line:
VBoxManage sharedfolder add WindowsXP -name Shared /home/user/docs
Replace WindowsXP with your virtual machine name and the path with the shared folder path. Then do a:
net use z: \\vboxsvr\Shared
In your Windows machine.
Offline
This is the way I did it, just two days ago, and it works:
1. Create a directory somewhere. I did it in a directory I named 'Vbox' and added a subdirectory 'Shared'.
2. Start VB but do not power up the host system yet.
3. Click on the right hand side of the screen on the "Shared Folders" link
4. Click on the upper most folder ("Add a new shared folder definition")
5. Browse to the folder you created.
6. Save the path.
7. Power up the VB host system
8. Open you file browser.
9. Under 'Entire Network' --> Virtual Box Shared Folders locate the folder you created.
From now on you can share your files.
Hope this helps.
R.
Offline
where "Entire Network" found?
Offline
where "Entire Network" found?
Sorry, I may have made an assumption (based on some of your remarks) that you are using Windows XP.
So, if that is the case when you open the file manager you will see:"My Network Places" --> Entire Network -->VirtualBox Shared Folders
R.
Offline
nothing here
http://img98.imageshack.us/img98/5157/s … ot3nh3.png
btw
i got error when i try to load the module "vboxadd" as i has been told after the installation
FATAL: Error inserting vboxadd (/lib/modules/2.6.22-ARCH/misc/vboxadd.ko): No such device
---------------------------------------
there is any way to add openGL on the windows xp guest?
Last edited by dids22 (2007-10-23 00:20:24)
Offline
I think you have some installation problem which may also be affecting the shared folders.
I do not remember having to do anything with "vboxadd" only with "vboxdrv"
R.
Offline
Pages: 1