Hi
I'm new to be using Virtualbox. After installing OS, I cannot get the file sharing to be working.
I'm running Mac OS Snow Leopard on host and Window 7 on Guest.
I have create a folder on my Mac desktop and has "Share Folder" in Virtualbox set up with the folder name "window"
After I boot up my Window 7, i have also try the cmd with the following command
net use x: \\vboxsvr\window -p
and it give me a system error 53 and say "network path was not found"
I really need some help here.
Thanks in advance!
I need help in file/folder sharing.
-
i needs help
- Posts: 2
- Joined: 29. Mar 2010, 07:19
- Primary OS: Mac OS X Leopard
- VBox Version: OSE Debian
- Guest OSses: Window 7
-
i needs help
- Posts: 2
- Joined: 29. Mar 2010, 07:19
- Primary OS: Mac OS X Leopard
- VBox Version: OSE Debian
- Guest OSses: Window 7
Re: I need help in file/folder sharing.
Hi
Thanks for viewing, I got it to work.
Found out it was my mistake. haha
Thanks alot
Thanks for viewing, I got it to work.
Found out it was my mistake. haha
Thanks alot
-
kmpdemo
- Posts: 1
- Joined: 2. Jun 2010, 20:21
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: MS Windows 7
Re: I need help in file/folder sharing.
Hi,
I am sure you were so excited by finding the solution for your problem so you've forgot that others can have the same problem than you, please if you can share with us, it would be great.
Thanks.
I am sure you were so excited by finding the solution for your problem so you've forgot that others can have the same problem than you, please if you can share with us, it would be great.
Thanks.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: I need help in file/folder sharing.
@kmpdemo,
Have you installed the guest additions (in the guest)
Have you installed the guest additions (in the guest)
-
mirageglobe
- Posts: 1
- Joined: 13. Jun 2010, 20:20
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Windows XP
Re: I need help in file/folder sharing.
yes. I am using mac OS snow leopard host / windows XP guest. Same problem. After i installed (VirtualBox -> Devices -> Guest Additions). and make sure shared folders (in host virtual box) has a defined host folder. By going to map network drives (guest XP), and browse, I can see the Virtual Box Shares. Fab (mirageglobe <dot> com ) mirageglobe.com
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: I need help in file/folder sharing.
Start the Windows guest and open a command window (command prompt)
type the following and it should show up as a mapped drive in your file explorer.
Replace <share name> with the actual name you gave the share in shared folders settings.
type the following and it should show up as a mapped drive in your file explorer.
Code: Select all
net use x: \\vboxsvr\<share name> -p