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;
}







29















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?










share|improve this question































    29















    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?










    share|improve this question



























      29












      29








      29


      9






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 25 at 7:16









      Takkat

      109k37254379




      109k37254379










      asked Jul 12 '11 at 11:50









      kitskits

      146123




      146123






















          3 Answers
          3






          active

          oldest

          votes


















          41














          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



          enter image description here



          Windows 7



          enter image description here



          Windows 10



          enter image description here






          share|improve this answer


























          • 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



















          6














          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.






          share|improve this answer

































            0














            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.






            share|improve this answer
























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              41














              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



              enter image description here



              Windows 7



              enter image description here



              Windows 10



              enter image description here






              share|improve this answer


























              • 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
















              41














              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



              enter image description here



              Windows 7



              enter image description here



              Windows 10



              enter image description here






              share|improve this answer


























              • 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














              41












              41








              41







              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



              enter image description here



              Windows 7



              enter image description here



              Windows 10



              enter image description here






              share|improve this answer















              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



              enter image description here



              Windows 7



              enter image description here



              Windows 10



              enter image description here







              share|improve this answer














              share|improve this answer



              share|improve this answer








              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



















              • 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













              6














              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.






              share|improve this answer






























                6














                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.






                share|improve this answer




























                  6












                  6








                  6







                  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.






                  share|improve this answer















                  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.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 24 '14 at 15:56









                  romanoma

                  33




                  33










                  answered Jul 12 '11 at 12:19









                  Luis AlvaradoLuis Alvarado

                  147k139487659




                  147k139487659























                      0














                      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.






                      share|improve this answer




























                        0














                        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.






                        share|improve this answer


























                          0












                          0








                          0







                          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.






                          share|improve this answer













                          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.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jul 5 '17 at 10:53









                          manishmanish

                          133




                          133






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                              ComboBox Display Member on multiple fields

                              Is it possible to collect Nectar points via Trainline?