I want to begin by saying that I love the Kubuntu OS, and wish it future success.
In this post, I ask both a question and present what I have done.
QUESTION:
Does anyone know how to set up a share folder between a Windows Vista Host and Kubuntu Guest?
WHAT I HAVE DONE:
_________________________________________________
The virtualization software I am using is called VirtualBox.
I have the latest versions of Virtualbox & Kubuntu.
I have also Installed Guest Additions, which I hear permits folder sharing.
_________________________________________________
_________________________________________________
In my research I came across an important VirtualBox manual:
http://www.scribd.com/doc/3770854/Vi...serManual-2008
I found what seems to be a solution on page 60 of the manual.
It basically describes what the Guest should do to set up a share folder in the following situations:
[1] Any Host with Windows Guest
[2] Any Host with Linux Guest
I'm interested in the second one (since Kubuntu is a Linux distro).
_________________________________________________
_________________________________________________
The problem is that I do not understand what the solution means, or what to do with it.
I trust it is a credible solution.
The solution says something along the lines of:
"sharename" refers to the Sharefolder name
"mountpoint" refers to the directory.
_________________________________________________
_________________________________________________
Now, what I did was opened up the Kubuntu command-line interface (CLI) called Konsole.
I then typed:
I replaced "sharename" with "Desktop" because I wish the sharefolder to be my Windows Vista Desktop.
I wish to be able to access it through Kubuntu Virtual Machine. The problem is I do not know how Kubuntu could understand this.
I replaced "mountpoint" with "/home/user/Desktop".
This does not explain how Kubuntu and Vista may "read each other", so to speak. I do not understand how they may converge into one folder.
As far as I'm concerned, the two Operating Systems are blind to each other in regards to sharing (after all, I have no firewall that could intercept communication).
Anyhow, I still typed the above to see what information I would receive (even an error tells you something - that you're doing wrong lol)
I tried doing that and all it gave me was:
As such, I typed exactly the same phrase, except with "sudo" in the beginning (although I have no idea what "sudo" is, I know it asks for a password, which I know - so testing it can't hurt).
After typing in the password, it merely gave me a whole list of things with the "mount" command in it.
I'm pretty desperate. I'm fully willing to test things around, but as a newbie I am at the end of my rope.
Help?
In this post, I ask both a question and present what I have done.
QUESTION:
Does anyone know how to set up a share folder between a Windows Vista Host and Kubuntu Guest?
WHAT I HAVE DONE:
_________________________________________________
The virtualization software I am using is called VirtualBox.
I have the latest versions of Virtualbox & Kubuntu.
I have also Installed Guest Additions, which I hear permits folder sharing.
_________________________________________________
_________________________________________________
In my research I came across an important VirtualBox manual:
http://www.scribd.com/doc/3770854/Vi...serManual-2008
I found what seems to be a solution on page 60 of the manual.
It basically describes what the Guest should do to set up a share folder in the following situations:
[1] Any Host with Windows Guest
[2] Any Host with Linux Guest
I'm interested in the second one (since Kubuntu is a Linux distro).
_________________________________________________
_________________________________________________
The problem is that I do not understand what the solution means, or what to do with it.
I trust it is a credible solution.
The solution says something along the lines of:
Code:
mount -t vboxsf [-o OPTIONS] sharename mountpoint
"mountpoint" refers to the directory.
_________________________________________________
_________________________________________________
Now, what I did was opened up the Kubuntu command-line interface (CLI) called Konsole.
I then typed:
Code:
mount -t vboxsf [-o OPTIONS] Desktop /home/user/Desktop
I wish to be able to access it through Kubuntu Virtual Machine. The problem is I do not know how Kubuntu could understand this.
I replaced "mountpoint" with "/home/user/Desktop".
This does not explain how Kubuntu and Vista may "read each other", so to speak. I do not understand how they may converge into one folder.
As far as I'm concerned, the two Operating Systems are blind to each other in regards to sharing (after all, I have no firewall that could intercept communication).
Anyhow, I still typed the above to see what information I would receive (even an error tells you something - that you're doing wrong lol)
I tried doing that and all it gave me was:
Code:
mount: only root can do that
After typing in the password, it merely gave me a whole list of things with the "mount" command in it.
I'm pretty desperate. I'm fully willing to test things around, but as a newbie I am at the end of my rope.
Help?
Comment