How do I set up shared folders in a Windows Virtualbox guest?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine.
Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.
How can I do that?
virtualbox windows shared-folders
add a comment |
I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine.
Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.
How can I do that?
virtualbox windows shared-folders
add a comment |
I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine.
Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.
How can I do that?
virtualbox windows shared-folders
I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine.
Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.
How can I do that?
virtualbox windows shared-folders
virtualbox windows shared-folders
edited Feb 25 at 7:16
Takkat
109k37254379
109k37254379
asked Jul 12 '11 at 11:50
kitskits
146123
146123
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
First step is to install Guest Additions in your virtual Windows.
After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):
In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.
If you don't see any entries coming up in the Browse
dialog, you can manually fill out the Folder:
field with \VBOXSVR<folder-name>
where <folder-name>
is the share name of your folder.
Screenshots for Windows Explorer (German locale)
Windows XP
Windows 7
Windows 10
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
add a comment |
You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.
First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.
Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \vboxsrvx
that is all. It should tell you that you are now sharing.
For Linux is easier.
add a comment |
I was having this problem with Ubuntu host and Windows Guest. I had Guest addition installed but was not able to share the folder.
Following 3 commands in Ubuntu host terminal worked for me
sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo apt install build-essential module-assistant
sudo m-a prepare
After that start Guest Machine and install Virtual Box Guest Addition from
Devices - Insert Guest Additions CD image , this will show the ISO file just go on clicking to install.
If ISO is not listed then again click Devices-Optical Drives-Choose Disk Image
browse to "/usr/share/virtualbox" ISO image should be here select this and then go back to installation process.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f52773%2fhow-do-i-set-up-shared-folders-in-a-windows-virtualbox-guest%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
First step is to install Guest Additions in your virtual Windows.
After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):
In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.
If you don't see any entries coming up in the Browse
dialog, you can manually fill out the Folder:
field with \VBOXSVR<folder-name>
where <folder-name>
is the share name of your folder.
Screenshots for Windows Explorer (German locale)
Windows XP
Windows 7
Windows 10
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
add a comment |
First step is to install Guest Additions in your virtual Windows.
After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):
In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.
If you don't see any entries coming up in the Browse
dialog, you can manually fill out the Folder:
field with \VBOXSVR<folder-name>
where <folder-name>
is the share name of your folder.
Screenshots for Windows Explorer (German locale)
Windows XP
Windows 7
Windows 10
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
add a comment |
First step is to install Guest Additions in your virtual Windows.
After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):
In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.
If you don't see any entries coming up in the Browse
dialog, you can manually fill out the Folder:
field with \VBOXSVR<folder-name>
where <folder-name>
is the share name of your folder.
Screenshots for Windows Explorer (German locale)
Windows XP
Windows 7
Windows 10
First step is to install Guest Additions in your virtual Windows.
After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):
In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.
If you don't see any entries coming up in the Browse
dialog, you can manually fill out the Folder:
field with \VBOXSVR<folder-name>
where <folder-name>
is the share name of your folder.
Screenshots for Windows Explorer (German locale)
Windows XP
Windows 7
Windows 10
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jul 12 '11 at 12:16
TakkatTakkat
109k37254379
109k37254379
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
add a comment |
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
– Mooing Duck
Mar 4 '15 at 4:50
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
@MooingDuck: they are - see edit for shots.
– Takkat
Mar 4 '15 at 19:49
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…
– Mooing Duck
Mar 4 '15 at 19:51
add a comment |
You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.
First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.
Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \vboxsrvx
that is all. It should tell you that you are now sharing.
For Linux is easier.
add a comment |
You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.
First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.
Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \vboxsrvx
that is all. It should tell you that you are now sharing.
For Linux is easier.
add a comment |
You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.
First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.
Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \vboxsrvx
that is all. It should tell you that you are now sharing.
For Linux is easier.
You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.
First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.
Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \vboxsrvx
that is all. It should tell you that you are now sharing.
For Linux is easier.
edited Mar 24 '14 at 15:56
romanoma
33
33
answered Jul 12 '11 at 12:19
Luis Alvarado♦Luis Alvarado
147k139487659
147k139487659
add a comment |
add a comment |
I was having this problem with Ubuntu host and Windows Guest. I had Guest addition installed but was not able to share the folder.
Following 3 commands in Ubuntu host terminal worked for me
sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo apt install build-essential module-assistant
sudo m-a prepare
After that start Guest Machine and install Virtual Box Guest Addition from
Devices - Insert Guest Additions CD image , this will show the ISO file just go on clicking to install.
If ISO is not listed then again click Devices-Optical Drives-Choose Disk Image
browse to "/usr/share/virtualbox" ISO image should be here select this and then go back to installation process.
add a comment |
I was having this problem with Ubuntu host and Windows Guest. I had Guest addition installed but was not able to share the folder.
Following 3 commands in Ubuntu host terminal worked for me
sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo apt install build-essential module-assistant
sudo m-a prepare
After that start Guest Machine and install Virtual Box Guest Addition from
Devices - Insert Guest Additions CD image , this will show the ISO file just go on clicking to install.
If ISO is not listed then again click Devices-Optical Drives-Choose Disk Image
browse to "/usr/share/virtualbox" ISO image should be here select this and then go back to installation process.
add a comment |
I was having this problem with Ubuntu host and Windows Guest. I had Guest addition installed but was not able to share the folder.
Following 3 commands in Ubuntu host terminal worked for me
sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo apt install build-essential module-assistant
sudo m-a prepare
After that start Guest Machine and install Virtual Box Guest Addition from
Devices - Insert Guest Additions CD image , this will show the ISO file just go on clicking to install.
If ISO is not listed then again click Devices-Optical Drives-Choose Disk Image
browse to "/usr/share/virtualbox" ISO image should be here select this and then go back to installation process.
I was having this problem with Ubuntu host and Windows Guest. I had Guest addition installed but was not able to share the folder.
Following 3 commands in Ubuntu host terminal worked for me
sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
sudo apt install build-essential module-assistant
sudo m-a prepare
After that start Guest Machine and install Virtual Box Guest Addition from
Devices - Insert Guest Additions CD image , this will show the ISO file just go on clicking to install.
If ISO is not listed then again click Devices-Optical Drives-Choose Disk Image
browse to "/usr/share/virtualbox" ISO image should be here select this and then go back to installation process.
answered Jul 5 '17 at 10:53
manishmanish
133
133
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f52773%2fhow-do-i-set-up-shared-folders-in-a-windows-virtualbox-guest%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown