gambrjl
April 11th, 2008, 05:06 PM
Ok. I've got virtualbox installed and working with a Windows XP installation as a guest and what I'd like to do is this..
share my /home/user/Music folder with the Guest so that I can use MediaMonkey to manage my music and sync it with my Creative Zen (I just like the way mediamonkey handles it).
First of all I'm having trouble getting sharing to work at all. I tried first with an empty folder that I created just to test using the documentation here (https://help.ubuntu.com/community/VirtualBox)
#mkdir ~/vboxshare
#VBoxManage sharedfolder add "Windows XP" -name "share" -hostpath ~/vboxshare
It then shows up under shared folders when I start virtualbox. Then when XP is all booted up I fire up a dos prompt and do
net use x: \\vboxsvr\share
and get
System Error 53 has occured. The Network Path was not found
What am I doing wrong?
share my /home/user/Music folder with the Guest so that I can use MediaMonkey to manage my music and sync it with my Creative Zen (I just like the way mediamonkey handles it).
First of all I'm having trouble getting sharing to work at all. I tried first with an empty folder that I created just to test using the documentation here (https://help.ubuntu.com/community/VirtualBox)
#mkdir ~/vboxshare
#VBoxManage sharedfolder add "Windows XP" -name "share" -hostpath ~/vboxshare
It then shows up under shared folders when I start virtualbox. Then when XP is all booted up I fire up a dos prompt and do
net use x: \\vboxsvr\share
and get
System Error 53 has occured. The Network Path was not found
What am I doing wrong?