Hello
I'm inquiring about how to successfully use the 'shared folders' feature of VB to simulate a sort of network between the host and guest OS's.
I'm currently running:
Host OS : Ubuntu 8.10 Desktop Edition
Guest OS : Windows 7 Beta
I've been able to set up a shared folder successfully e.g. /home/user/example_directory/, but am unclear as how to access this directory on the guest OS. I've tried accessing it using the directory path in the 'run' command feature of Windows 7 with no luck.
Can somebody please help me out as how to access the shared folder on the guest OS??
Thanks
Biggeffory
Shared Folders Usage
-
biggeffory
- Posts: 7
- Joined: 25. Jun 2009, 20:38
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: none yet
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Shared Folders Usage
You need to install guest additions for the guest to have access to shared folders. After that you can edit your VM settings, shared folders, and list some host folders in there.
I have not used a Windows 7 guest. On XP guests the shared folder(s) can be found off the "My Network Places" branch in explorer.
I have not used a Windows 7 guest. On XP guests the shared folder(s) can be found off the "My Network Places" branch in explorer.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Shared Folders Usage
I will add that to be able to map this in the Windows 7 beta/RC guest you probably will not be able to see the shared folder until you map it from a command window.
Replace the <sharename> with the name you gave the share in the VBox settings.
Code: Select all
net use z: \\vboxsvr\<sharename> -p-
biggeffory
- Posts: 7
- Joined: 25. Jun 2009, 20:38
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: none yet
Re: Shared Folders Usage
Can anybody also advise on how to install 'guest additions'??
Thanks
Biggeffory
Thanks
Biggeffory
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Shared Folders Usage
If you start the guest and click on devices (top left of the Guest window) you will see install guest additions. Click on that to install them. If nothing happens then click devices and unmount CD/DVD and then click on install guest additions. Once they are installed you need to reboot.
-
biggeffory
- Posts: 7
- Joined: 25. Jun 2009, 20:38
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: none yet
Re: Shared Folders Usage
I've followed the above steps and successfully enabled the 'shared folders' feature.
Thanks to all that helped, its much appreciated.
Many thanks
Biggeffory
Thanks to all that helped, its much appreciated.
Many thanks
Biggeffory