LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Shared folders don't work in virtualbox (https://www.linuxquestions.org/questions/linux-software-2/shared-folders-dont-work-in-virtualbox-905160/)

sunnieside-up 09-26-2011 11:52 PM

Shared folders don't work in virtualbox
 
Hi all,

I have an Arch linux host running windows XP host using virtualbox, and I cannot get windows to find the vboxsvr. I've added the folders to share in virtualbox settings, but cannot find the virtualbox server doing the map network drive in windows XP. Any help would be apreciated, thanks!

camorri 09-27-2011 09:13 AM

Have you got Guest Additions installed? I believe that is required. I just mapped my music directory on my NAS to XP ( a guest system on Slackware ).

sunnieside-up 09-27-2011 06:12 PM

Well I just installed virtualbox-additions, and the shared folders still doesn't appear to be found

camorri 09-27-2011 06:18 PM

Start v-box, and before you start up XP, click on Settings. The last item is "Shared Folders" Have you added the shares on the host you want to share there?

sunnieside-up 09-28-2011 01:38 AM

Yes, everything is set from the virtual box side, I just can't find the vboxsvr. Is there any way to manually start it?

j1alu 09-28-2011 01:47 AM

Have a look here:
https://forums.virtualbox.org/viewto...=22850#p100419
where it's said to run:
Code:

net use x: \\vboxsvr\shared -p
for Windows7, in case its the guest.
I had success for Win7 for sure, but if i recall correct it did the trick for XP too (once).
Worth a try, but not more.

sunnieside-up 09-30-2011 03:05 AM

It gives me system error 53, network path not found. Do I replace shared with the path? like \\vboxsvr\mnt\iso? That didn't work either.

j1alu 09-30-2011 04:34 AM

You need to replace "shared" with the actual name you gave the shared folder, like it's explained in the link
(as you say /mnt/iso: you also run it from the Windows-guest, not from the Linux-host)

sunnieside-up 09-30-2011 05:00 PM

I named the /mnt/iso as iso, so I typed net use x: \\vboxsvr\iso -p and that still didn't work. Is something wrong with virtualbox?

frankbell 09-30-2011 07:22 PM

Maybe if you post a screenshot showing the commands you are using and their results, it will help.

I have shared folders between guest and host in VB with no issues.

sunnieside-up 10-02-2011 02:48 PM

Ah I didn't realize that guest additions wasn't installed in the guest... so I installed it, and it works fine now!


All times are GMT -5. The time now is 05:05 AM.